예제 #1
0
        public AgassizMigratorModule(AgassizEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(AgassizMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
예제 #2
0
 public AgassizTestModule(AgassizEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }