Exemplo n.º 1
0
 public ProductModel GetProductByCondition(string condition)
 {
     return(productDataAccess.GetProductByCondition(condition));
 }