예제 #1
0
 public IList <Product> GetCustomerList(Expression <Func <Product, bool> > where)
 {
     return(_pd.GetCustomerList(where));
 }