Пример #1
0
 public async Task DeleteCategory(int id)
 {
     await _jobCategoryRepository.Delete(await _jobCategoryRepository.getById(id));
 }