예제 #1
0
 public IEnumerable <ArticleEntity> GetAllArticles()
 {
     return(_articleDal.GetAllArticles());
 }