Пример #1
0
 public static DataTable StoreOrderGoodsDT(string storeOrderID)
 {
     return(StoreOrderDAL.StoreOrderGoodsDT(storeOrderID));
 }