Пример #1
0
 public DataTable GetProductCode(int ProductID)
 {
     return(Product_DL.GetProductCode(ProductID));
 }