Пример #1
0
        public MigratorModule(ISEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(MigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Пример #2
0
 public IdentityServer_TestModule(ISEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }