예제 #1
0
        public KhoaLuanMigratorModule(KhoaLuanEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(KhoaLuanMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
예제 #2
0
 public KhoaLuanTestModule(KhoaLuanEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }