Example #1
0
 public TerminalMiddleware(RequestDelegate next, Greeting greet)
 {
     _greet = greet;
 }