コード例 #1
0
 public async Task <ICollection <Employee> > GetDepartmentEmployees(string id)
 {
     return(await _departmentRepository.GetDepartmentEmployees(id));
 }