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