public AgileInsightsMigratorModule(AgileInsightsEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbSeed = true; _appConfiguration = AppConfigurations.Get( typeof(AgileInsightsMigratorModule).GetAssembly().GetDirectoryPathOrNull() ); }
public AgileInsightsTestModule(AgileInsightsEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true; abpProjectNameEntityFrameworkModule.SkipDbSeed = true; }