예제 #1
0
        public TGMigratorModule(TGEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(TGMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
예제 #2
0
 public TGTestModule(TGEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }