Esempio n. 1
0
 public int CreateNewNews(NewsItemInputModel news)
 {
     return(_newsRepository.CreateNewNews(news));
 }