Posts by Leandro Ferreira • 19 points
1 post
-
0
votes1
answer909
viewsQ: How to map the return of a Value Object with Dapper?
Hello! I have a question related to the return of an object with an already filled 'Value Object', example: I have the User.Cs class. public class User { public Guid UserId { get; set; } public…