示例#1
0
 private int commitInternal()
 {
     return(_dbContexts.Commit());
 }
示例#2
0
 protected int commitInternal()
 {
     return(_dbContexts.Commit());
 }