示例#1
0
 public async Task <ActionResult <Guid> > GetAllReportingManagers(Guid employeeId)
 {
     return(Ok(await _projectManagementService.GetAllReportingManagers(employeeId)));
 }