mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-18 09:25:35 +08:00
FreeSql.DbContext 内部仓储融合
This commit is contained in:
@@ -12,7 +12,7 @@ namespace FreeSql {
|
||||
|
||||
public long SaveChanges() {
|
||||
ExecCommand();
|
||||
Commit();
|
||||
_uow.Commit();
|
||||
return _affrows;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user