Beispiel #1
0
 public static DataTable GetStoreOrderInfo(string storeOrderID)
 {
     return(StoreOrderDAL.GetStoreOrderInfo(storeOrderID));
 }