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