示例#1
0
 public async Task <ActionResult <ProjectManagerItem> > GetUserProjects([FromServices] IProjectManagementService projectManagementService)
 {
     return(await ExecuteServiceAsync(() => projectManagementService.GetUserProjects(_userIdentifier)));
 }