示例#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;
 }