public KhoaLuanMigratorModule(KhoaLuanEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbSeed = true; _appConfiguration = AppConfigurations.Get( typeof(KhoaLuanMigratorModule).GetAssembly().GetDirectoryPathOrNull() ); }
public KhoaLuanTestModule(KhoaLuanEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true; abpProjectNameEntityFrameworkModule.SkipDbSeed = true; }