Esempio n. 1
0
 public Article[] GetAllArticles()
 {
     Article[] articles = articlesRepository.DbGetAllArticles();
     return(articles);
 }