예제 #1
0
 public HubFABatch CostcoHubFABatch(string fileName, IAppSettingsService appSettings, IFileService fileSrvc)
 {
     FAMessageBatch faBatch = fileSrvc.CostcoMessageBatchFA(fileName, appSettings);
     HubFABatch batch = new HubFABatch(fileName, faBatch);
     return batch;
 }