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