Skip to content

MithrilShards.Example.Dev

MithrilShards.Example.Dev

Contains just a Controller that expose a couple of Web API actions to manipulate the QuoteService and list, add and remove quotes.

In order to show an alternative way to register controllers, this project doesn't implement a shard and doesn't have any Add* / Use* extension method to add its share, instead its controller is discovered using the ControllersSeeker property of WebApiShard in its UseApi extension method..


Last update: 2021-04-08
Back to top