Пример #1
0
 public async Task <JobCategory> Get(int id)
 {
     return(await _jobCategoryService.GetJobCategory(id));
 }