Пример #1
0
 public IEnumerable <ProductType> GetAll()
 {
     return(_productTypeDal.GetAll().ToList());
 }
Пример #2
0
 public List <ProductType> GetList()
 {
     return(_productTypeDal.GetAll());
 }