public ShoppingV2MigratorModule(ShoppingV2EntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(ShoppingV2MigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Esempio n. 2
0
 public ShoppingV2TestModule(ShoppingV2EntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }