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