示例#1
0
        public eCommerceWhyzrMigratorModule(eCommerceWhyzrEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(eCommerceWhyzrMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public eCommerceWhyzrWebTestModule(eCommerceWhyzrEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }