mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +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