示例#1
0
        public LMSMigratorModule(LMSEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(LMSMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
示例#2
0
 public LMSWebTestModule(LMSEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }