Example #1
0
 public int SaveChanges()
 {
     try
     {
         return(dbContext.SaveChanges());
     }
     catch (Exception)
     {
         throw;
     }
 }