Exemplo n.º 1
0
 public NewsItemAuthors createNewAuthorNewsItemLink(int authorId, int newsItemId)
 {
     return(_authorRepository.CreateNewAuthorNewsItemLink(authorId, newsItemId));
 }