Пример #1
0
        public ProductManagementMigratorModule(ProductManagementEntityFrameworkModule abpProjectNameEntityFrameworkModule)
        {
            abpProjectNameEntityFrameworkModule.SkipDbSeed = true;

            _appConfiguration = AppConfigurations.Get(
                typeof(ProductManagementMigratorModule).GetAssembly().GetDirectoryPathOrNull()
                );
        }
 public ProductManagementWebTestModule(ProductManagementEntityFrameworkModule abpProjectNameEntityFrameworkModule)
 {
     abpProjectNameEntityFrameworkModule.SkipDbContextRegistration = true;
 }