Beispiel #1
0
 public IEnumerable <ProductType> GetAll()
 {
     return(_productTypeDal.GetAll().ToList());
 }
 public List <ProductType> GetList()
 {
     return(_productTypeDal.GetAll());
 }