Use AutoMapper to dynamically map at runtime to different data types for same object [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 mins ago. Improve this question public class SweepstakeDTO : BaseDTO { public required string Name { get; set; } public string? Description { get; set; … Read more