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