Beispiel #1
0
 public int SaveChanges()
 {
     return(DbContext.SaveChanges());
 }
 public bool Commit()
 {
     return(_dbContext.SaveChanges() > 0);
 }