0
eggersa created
Unfortunately, the documentation for the DTOs does not say much about the IOutputDto interface. Only that the interface should be implemented by "output DTOs". So, whats the technical reason to implement that interface?
1 Answer(s)
-
0
No technical reason actually. It does nothing now.
I had designed it thinking that: We may want to discover output dto's in the project using reflection. So, it's better to mark them.
But then haven't used it yet.