Пример #1
0
 public MiddlewareBase(RequestDelegate next)
 {
     next.Should().NotBeNull();
     this._next = next;
 }