Fix FeatureManagementModal

pull/6655/head^2
Halil İbrahim Kalkan 5 years ago
parent 9da2acc087
commit 1684e910dc

@ -31,11 +31,14 @@ namespace Volo.Abp.FeatureManagement.Web.Pages.FeatureManagement
protected ILocalEventBus LocalEventBus { get; }
public FeatureManagementModal(IFeatureAppService featureAppService)
public FeatureManagementModal(
IFeatureAppService featureAppService,
ILocalEventBus localEventBus)
{
ObjectMapperContext = typeof(AbpFeatureManagementWebModule);
FeatureAppService = featureAppService;
LocalEventBus = localEventBus;
}
public virtual async Task<IActionResult> OnGetAsync()

Loading…
Cancel
Save