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