❔ Using Mediator with seperate API Contracts project
Sup guys, I've finally decided to use Mediator, and now I have the following problem:
1. I have a API contracts project, which should not have any Nuget packages installed (it's just the API request / response models)
2. I want to, for example, send the request object via Mediator. But since the API contracts project does not have Mediator installed, I can't have them implement
IRequest
.
3. So my solution is as follows. Is this correct?
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Yeah that's a preference, but that wasn't my question
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.