Пример #1
0
 public List <Article> GetAll()
 {
     //notfiltered
     return(_articleDAL.GetAllByFilterOrNotFiltered().ToList());
 }