public InterceptorsMigratorModule(InterceptorsEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(InterceptorsMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Example #2
0
 public InterceptorsTestModule(InterceptorsEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }