Example #1
0
 public DataTable BindOrderProductList(int OrderID)
 {
     return(Order_DL.BindOrderProductList(OrderID));
 }