Class Address
Address with city, street and building details.
public class Address
Inheritance
Properties
Building
public BuildingInfo? Building { get; set; }
City
public string City { get; set; }
Street
public string Street { get; set; }