Example #1
0
        public TravelmaticsMigratorModule(TravelmaticsEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(TravelmaticsMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Example #2
0
 public TravelmaticsTestModule(TravelmaticsEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
     abpProjectNameEntityFrameworkModule.SkipDbSeed = true;
 }