public MRPanelMigratorModule(MRPanelEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbSeed = true; _appConfiguration = AppConfigurations.Get( typeof(MRPanelMigratorModule).GetAssembly().GetDirectoryPathOrNull() ); }
public MRPanelWebTestModule(MRPanelEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true; }