Exemplo n.º 1
0
 public List <Product> GetAll()
 {
     return(_productDal.GetAll());
 }
Exemplo n.º 2
0
 public List <Products> GetProducts()
 {
     return(_productsDal.GetAll());
 }