Пример #1
0
 public EntityEntry <Employee> Update(Employee employee)
 {
     return(context.Update(employee));
 }