Example #1
0
 public LogReceiverMiddleware(ILogCollectService service, RequestDelegate next)
 {
     _next        = next;
     this.service = service;
 }
Example #2
0
 public LogReceiverController(ILogCollectService service)
 {
     this.service = service;
 }