public bool Commit()
 {
     return(_context.SaveChanges() > 0);
 }
Exemplo n.º 2
0
 public int SaveChanges()
 {
     return(Db.SaveChanges());
 }