コード例 #1
0
 public IActionResult GetJobCategories()
 {
     return(Ok(_jobCategoryRepository.GetAllJobCategories()));
 }