andrewtsw
andrewtsw
Hi @nicholasyin Could you please provide more details?
Hey @HydraulicCamel I believe that dependency from the EF Core does not equal dependency from the persistent layer. The dependency rule works in this case: the application layer can not...
Hi. There is no easy way to share logic between CQRS handlers. What can I suggest: 1. You can call one query from another query or command handler. And you...
Hi So you wrap mediator calls by the application services. It is item No1 in my list of suggestions. Why do you need this abstraction? I believe you can inject...