Exemple #1
0
 public string DeleteDepartment(int id)
 {
     return(_negocio.DeleteDepartment(id));
 }