Esempio n. 1
0
        public ALLMigratorModule(ALLEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(ALLMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public ALLWebTestModule(ALLEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }