Пример #1
0
 public void EditEmployee(Employee employee)
 {
     db.EditEmployee(employee);
 }