示例#1
0
 public Stock GetByProductDetailID(int ProductDetailID)
 {
     return(NewStockDA.GetByProductDetailID(ProductDetailID));
 }