public AdminMigratorModule(AdminEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
        {
            abpZeroTemplateEntityFrameworkCoreModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(AdminMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Esempio n. 2
0
 public AdminTestModule(AdminEntityFrameworkCoreModule abpZeroTemplateEntityFrameworkCoreModule)
 {
     abpZeroTemplateEntityFrameworkCoreModule.SkipDbContextRegistration = true;
 }