public void Save() { try { _context.SaveChanges(); } catch //(DbEntityValidationException e) { //throw new Exception(e.EntityValidationErrors.First().ValidationErrors.First().ErrorMessage); } }
public void Save() { _context.SaveChanges(); }