Пример #1
0
 public IEnumerable <Article> GetAll()
 {
     return(articleDal.GetAll());
 }