Пример #1
0
 public List <Category> GetAllWithCategoryArticles()
 {
     return(_categoryDal.GetAllWithCategoryArticles());
 }