Exemple #1
0
 public int Submit()
 {
     return(db.SaveChanges());
 }
Exemple #2
0
 public int Submit()
 {
     return(_context.SaveChanges());
 }