예제 #1
0
 public HubConfBatch CostcoHubConfBatch(string fileName, IAppSettingsService appSettings, IFileService fileSrvc)
 {
     ConfirmMessageBatch confirmBatch = fileSrvc.CostcoMessageBatchConfirm(fileName, appSettings);
     HubConfBatch batch = new HubConfBatch(fileName, confirmBatch);
     return batch;
 }