示例#1
0
        public LetsDiscMigratorModule(LetsDiscEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(LetsDiscMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
示例#2
0
 public LetsDiscTestModule(LetsDiscEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = false;
 }