public PublishSubEventQueryHandler(IEventDetailRepository eventDetailRepository, IFeaturedEventRepository featuredEventRepository) { _eventDetailRepository = eventDetailRepository; _featuredEventRepository = featuredEventRepository; }
public FeaturedEventController(IFeaturedEventRepository featuredEventRepository, IEventRepository eventRepository) { _featuredEventRepository = featuredEventRepository; _eventRepository = eventRepository; }