public EntityModelerMigratorModule(EntityModelerEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(EntityModelerMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Пример #2
0
 public EntityModelerTestModule(EntityModelerEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }