示例#1
0
 public int CreateNewNews(NewsItemInputModel news)
 {
     return(_newsRepository.CreateNewNews(news));
 }