コード例 #1
0
 public IActionResult GetAllProjectTypes()
 {
     return(new OkObjectResult(projectRepo.GetAllProjectTypes()));
 }