public PropertyPublicityMigratorModule(PropertyPublicityEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbSeed = true; _appConfiguration = AppConfigurations.Get( typeof(PropertyPublicityMigratorModule).GetAssembly().GetDirectoryPathOrNull() ); }
public PropertyPublicityWebTestModule(PropertyPublicityEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true; }