Base solution for your next web application
Open Closed

What is the IOutputDto interface good for? #1319


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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.