Example #1
0
        public AbpReposterBotMigratorModule(AbpReposterBotEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(AbpReposterBotMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public AbpReposterBotTestModule(AbpReposterBotEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }