Posts by Josias • 16 points
1 post
-
-1
votes1
answer63
viewsA: Exception when querying using DTO in EF . core
There is no way to return a Dbset from a dto class. You have to search for the information in the Entity classes and then you populate the dto class with this information. What you can also do is…