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