Ejemplo n.º 1
0
 public ExceptionMiddleware(RequestDelegate next,
                            ISelfInfoService selfInfoServiceId,
                            ILogger <ExceptionMiddleware> logger)
 {
     _selfInfoServiceId = selfInfoServiceId;
     _logger            = logger;
     _next = next;
 }
Ejemplo n.º 2
0
 public ConsulIdentifierIdentifierService(ISelfInfoService idService)
 {
     _idService = idService;
 }