kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.89k stars 1.71k forks source link

feat: remove useless QueryBase without result #202

Closed GregoireWulliamoz closed 3 years ago

GregoireWulliamoz commented 3 years ago

Remove QueryBase without result abstract class, because it does not make sens to have no result for a query.

kgrzybek commented 3 years ago

Agreed