示例#1
0
 public async Task AddNewsCategoryAsync(NewsCategory newsCategory)
 {
     await _newsRepository.AddNewsCategoryAsync(newsCategory);
 }