Beispiel #1
0
 public string UpdateDepartment(DepartmentModel data, int id)
 {
     return(_negocio.UpdateDepartment(data, id));
 }