コード例 #1
0
 public async Task <IActionResult> GetAllTypes()
 {
     return(Ok(await _service.GetAllProjectsType()));
 }
コード例 #2
0
 public IEnumerable <ProjectType> GetAllTypes()
 {
     return(_service.GetAllProjectsType());
 }