1 reference to TodoFomInterface
Sample (1)
Endpoints\MapXmlEndpoints.cs (1)
14
group.MapPost("/todo", (
TodoFomInterface
todo) => { });