Example #1
0
 public void AssignAuthor(int newAuthorId, int newsId)
 {
     _newsRepository.AssignAuthor(newAuthorId, newsId);
 }