public EbseneMigratorModule(EbseneEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbSeed = true; _appConfiguration = AppConfigurations.Get( typeof(EbseneMigratorModule).GetAssembly().GetDirectoryPathOrNull() ); }
public EbseneWebTestModule(EbseneEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true; }