public LeesStoreMigratorModule(LeesStoreEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbSeed = true; _appConfiguration = AppConfigurations.Get( typeof(LeesStoreMigratorModule).GetAssembly().GetDirectoryPathOrNull() ); }
public LeesStoreWebTestModule(LeesStoreEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true; }