Example #1
0
        public SafenetMigratorModule(SafenetEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(SafenetMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Example #2
0
 public SafenetWebTestModule(SafenetEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }