コード例 #1
0
ファイル: NewsService.cs プロジェクト: hedinnh/Radapi
 public void DeleteCategoryById(int id)
 {
     _newsRepository.DeleteCategoryById(id);
 }