示例#1
0
 public IEnumerable <Stock> GetByProductCategoryID(int ProductCategoryID)
 {
     return(NewStockDA.GetByProductCategoryID(ProductCategoryID));
 }