Beispiel #1
0
 public ReturnValue DeleteDepartment(int id)
 {
     return(_manageRepository.DeleteDepartment(id));
 }