Beispiel #1
0
 public List <Product> GetProductByCate(List <int> cateID)
 {
     return(dal.GetProductByCate(cateID));
 }