Beispiel #1
0
 public async Task <DepartmentReport> GetDepartmentSetupReportAsync(int departmentId)
 {
     return(await _departmentRepository.GetDepartmentReportAsync(departmentId));
 }