Example #1
0
 public List <Department> GetAllDepartmentsByWorkplaceId(int workplaceId)
 {
     return(_departmentServiceClient.GetAllDepartmentsByWorkplaceId(workplaceId));
 }