public EnqueueMessage(ILightContextFactory contextFactory, ILightTelemetryFactory telemetryFactory, ILoggerFactory loggerFactory, ILightConfiguration <List <MessagingSettings> > messagingSettings) : base(contextFactory, telemetryFactory, loggerFactory, messagingSettings) { }
public MovieServiceHttpClient(IHttpClientFactory httpClientFactory, ILoggerFactory loggerFactory, ILightContextFactory contextFactory, ILightTelemetryFactory telemetryFactory, ILightConfiguration <List <LightServiceSetting> > servicesSettings, IMapper mapperService) : base(httpClientFactory, loggerFactory, contextFactory, telemetryFactory, servicesSettings, mapperService) { }