예제 #1
0
 public HubOrdBatch CostcoHubOrdBatch(string fileName, IAppSettingsService appSettings, IFileService fileSrvc)
 {
     OrderMessageBatch orderBatch = fileSrvc.CostcoMessageBatchOrder(fileName, appSettings);
     HubOrdBatch batch = new HubOrdBatch(fileName, orderBatch);
     return batch;
 }