Example #1
0
        public AbpCoreDemoMigratorModule(AbpCoreDemoEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(AbpCoreDemoMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Example #2
0
 public AbpCoreDemoTestModule(AbpCoreDemoEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }