Exemplo n.º 1
0
 public IEnumerable <ProductInfo> GetByProductName(string name)
 {
     return(_dal.GetByProductName(name));
 }