Exemplo n.º 1
0
 public List <Department> GetAllDepartments()
 {
     return(_departmentServiceClient.GetAllDepartments());
 }