Example #1
0
 public EntityImporter(ICrmService crmService, IFileService fileService, IEntityStrategyFactory entityStrategyFactory)
 {
     this.crmService            = crmService;
     this.fileService           = fileService;
     this.entityStrategyFactory = entityStrategyFactory;
 }