-
Greetings, I am trying to separate the details of MediatR from my domain objects such as domain events. Why do we need to mark the requests/events with marker interfaces? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
jbogard
Sep 26, 2022
Replies: 1 comment
-
Blame C#. Without the marker interfaces |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
geekox86
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Blame C#. Without the marker interfaces
things become much harder.