public poc_001MigratorModule(poc_001EntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbSeed = true; _appConfiguration = AppConfigurations.Get( typeof(poc_001MigratorModule).GetAssembly().GetDirectoryPathOrNull() ); }
public poc_001TestModule(poc_001EntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true; }