Exemplo n.º 1
0
 protected DataTable get_order_goods_list1(int order_id)
 {
     BLL.orders bll = new BLL.orders();
     return bll.Get_Order_Goods_List(order_id).Tables[0];
 }
Exemplo n.º 2
0
 protected DataTable get_order_goods_list1(int order_id)
 {
     BLL.orders bll = new BLL.orders();
     return(bll.Get_Order_Goods_List(order_id).Tables[0]);
 }