Пример #1
0
 public List <Article> GetArticlesWithCategoryAndAuthor()
 {
     return(_articleDAL.GetArticlesWithCategoryAndAuthor());
 }