Пример #1
0
 public IEnumerable <ProductsViewList> SelectAll()
 {
     return(productsRepo.SelectAll());
 }