Closed jamescrosswell closed 8 years ago
For example we want to be able to do something like this:
commandRoutes .Get("hello/{name:alpha}") .As<SayHelloRequest>() .RoutesTo<IgnoreBob, SayHello>();
For example we want to be able to do something like this: