FreeSql.DbContext 内部仓储融合

This commit is contained in:
28810
2019-03-30 17:14:23 +08:00
parent ff758f338c
commit 496750da94
22 changed files with 1312 additions and 178 deletions

View File

@ -12,7 +12,7 @@ namespace FreeSql {
public long SaveChanges() {
ExecCommand();
Commit();
_uow.Commit();
return _affrows;
}