public MyProjectDemoMigratorModule(MyProjectDemoEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(MyProjectDemoMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemplo n.º 2
0
 public MyProjectDemoTestModule(MyProjectDemoEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }