Пример #1
0
        public ABPTestMigratorModule(ABPTestEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(ABPTestMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public ABPTestWebTestModule(ABPTestEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }