Exemple #1
0
        public DemoEgMigratorModule(DemoEgEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(DemoEgMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemple #2
0
 public DemoEgTestModule(DemoEgEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }