public ForInterviewMigratorModule(ForInterviewEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(ForInterviewMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Beispiel #2
0
 public ForInterviewTestModule(ForInterviewEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }