コード例 #1
0
        public MainProjectMigratorModule(MainProjectEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(MainProjectMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
コード例 #2
0
 public MainProjectTestModule(MainProjectEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }