Example #1
0
        public JIT_TXBOMMigratorModule(JIT_TXBOMEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(JIT_TXBOMMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Example #2
0
 public JIT_TXBOMTestModule(JIT_TXBOMEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }