public Project1MigratorModule(Project1EntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(Project1MigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Beispiel #2
0
 public Project1TestModule(Project1EntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }