Пример #1
0
 public List <Department> GetAllDepartments()
 {
     return(_departmentServiceClient.GetAllDepartments());
 }