コード例 #1
0
ファイル: StoreInfoModifyBLL.cs プロジェクト: 892182825/SP
 public static DataTable GetStoreOrderInfo(string storeOrderID)
 {
     return(StoreOrderDAL.GetStoreOrderInfo(storeOrderID));
 }