public ObjectTransactionController(IFileImportProcessor fileImportProcessor, IObjectStateService objectStateService)
 {
     _fileImportProcessor = fileImportProcessor;
     _objectStateService  = objectStateService;
 }
Beispiel #2
0
 public FileImportProcessor(IFileService fileService, IObjectStateService objectStateService)
 {
     _fileService        = fileService;
     _objectStateService = objectStateService;
 }