Open NicholasIbarra opened 1 year ago
To follow up, I see why the static application classes were used.
Simplifies the Mediatr command \ query request by wrapping the call in a static class so the resource just exposes a "Command" or "Query" pattern and avoids future conflicts.
Example:
new [Resource Name].Command() new [Resource Name].Query()
This is a great project.
Was curious what the rationale was for:
static application classes
removing dapr