Exemple #1
0
        public CmsMigratorModule(CmsEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(CmsMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemple #2
0
 public CmsTestModule(CmsEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }