Example #1
0
        public LLMallMigratorModule(LLMallEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(LLMallMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Example #2
0
 public LLMallTestModule(LLMallEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }