Exemplo n.º 1
0
        public TGMigratorModule(TGEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(TGMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemplo n.º 2
0
 public TGTestModule(TGEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }