public AccountingKeyPayIntegrationPOCMigratorModule(AccountingKeyPayIntegrationPOCEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbSeed = true; _appConfiguration = AppConfigurations.Get( typeof(AccountingKeyPayIntegrationPOCMigratorModule).GetAssembly().GetDirectoryPathOrNull() ); }
public AccountingKeyPayIntegrationPOCTestModule(AccountingKeyPayIntegrationPOCEntityFrameworkModule abpProjectNameEntityFrameworkModule) { abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true; abpProjectNameEntityFrameworkModule.SkipDbSeed = true; }