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