Esempio n. 1
0
        public ide2wwwMigratorModule(ide2wwwEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(ide2wwwMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Esempio n. 2
0
 public ide2wwwTestModule(ide2wwwEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }