Relative Content

Tag Archive for c#.netodataautomappermediatr

Using OData Expand with DTOs

I got this simple API in .NET 8, added Mediatr and OData packages as well as AutoMapper
I’m trying not to expose my data layer stuff to the API layer, so everything needs to be done via mediator queries.