Example #1
0
 public IEnumerable GetAllAuthors()
 {
     return(_newsRepository.GetAllAuthors());
 }