예제 #1
0
        public GXZJTMigratorModule(GXZJTEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(GXZJTMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
예제 #2
0
 public GXZJTTestModule(GXZJTEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }