Esempio n. 1
0
 public int CreateAuthor(AuthorInputModel newAuthor)
 {
     return(_newsRepository.CreateAuthor(newAuthor));
 }