예제 #1
0
 public void CommitChanges()
 {
     try
     {
         _context.SaveChanges();
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #2
0
 public void CommitChanges()
 {
     _context.SaveChanges();
 }