User.Address

PHOTO EMBED

Thu Aug 24 2023 04:13:58 GMT+0000 (Coordinated Universal Time)

Saved by @Ismaielov

public class Address
{
    public int Id { get; set; }
    public string Door { get; set; }
    public string Street1 { get; set; }
    public string Street2 { get; set; }
    public string City { get; set; }
    public string State { get; set; }
    public string Country { get; set; }
    public string ZipCode { get; set; }
}
content_copyCOPY

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