Exemplo n.º 1
0
 public List <Product> GetProductByStore(int storeID)
 {
     return(dal.GetProductByStore(storeID));
 }