Beispiel #1
0
 public CategoryAreaImporter(
     ICategoryAreaService categoryAreaService,
     ICsvRecordExtractor recordExtractor,
     ILogger <CategoryAreaImporter> logger)
 {
     _categoryAreaService = categoryAreaService;
     _recordExtractor     = recordExtractor;
     _logger = logger;
 }
Beispiel #2
0
 public BookExporter(ICsvRecordExtractor recordExtractor)
 {
     _recordExtractor = recordExtractor;
 }
Beispiel #3
0
 public CategoryExporter(ICsvRecordExtractor recordExtractor)
 {
     _recordExtractor = recordExtractor;
 }