示例#1
0
        public Blog_Test_Petros_OhanyanMigratorModule(Blog_Test_Petros_OhanyanEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(Blog_Test_Petros_OhanyanMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public Blog_Test_Petros_OhanyanWebTestModule(Blog_Test_Petros_OhanyanEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }