public AzureAiMigratorModule(AzureAiEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.GetAppsettings(
                typeof(AzureAiMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Ejemplo n.º 2
0
 public AzureAiTestModule(AzureAiEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }