Пример #1
0
 public int Complete()
 {
     try
     {
         return(_dbContext.SaveChanges());
     }
     catch
     {
         throw;
     }
 }