Exemple #1
0
        public Shopping_cartMigratorModule(Shopping_cartEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(Shopping_cartMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
Exemple #2
0
 public Shopping_cartWebTestModule(Shopping_cartEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }