Beispiel #1
0
 public HttpLogTest()
 {
     _httpLogService = ServiceLocator.Current.GetInstance <IHttpLog_Service>();
 }
Beispiel #2
0
 public GatewayMiddleware(IHttpLog_Service httpLogService, IException_Service exceptionService, RequestDelegate requestDelegate)
 {
     _httpLogService   = httpLogService;
     _exceptionService = exceptionService;
     _requestDelegate  = requestDelegate;
 }