예제 #1
0
 public int AddCategory(CategoryInputModel newCategory)
 {
     return(_newsRepository.AddCategory(newCategory));
 }