User.View.Model

PHOTO EMBED

Thu Aug 24 2023 04:14:34 GMT+0000 (Coordinated Universal Time)

Saved by @Ismaielov

public class UserViewModel
{
    [Display(Name = "Full Name")]
    public string FullName { get; set; }

    [Display(Name = "Country")]
    public string AddressCountry { get; set; }

    public string Email { get; set; }
}
content_copyCOPY

https://code-maze.com/automapper-net-core/