Beispiel #1
0
 private static void InitializeDependencies()
 {
     //oneToOneMigrationService = new OneToOneMigrationService();
     entityMigrationService = new EntityMigrationService();
     productMigrationService = new ProductMigrationService();
 }
Beispiel #2
0
 public ProductMigrationController(IProductMigrationService service)
 {
     _service = service;
 }