6 lines
136 B
C#
6 lines
136 B
C#
class Address
|
|
{
|
|
public string Country { get; set; }
|
|
public string Region { get; set; }
|
|
public string City { get; set; }
|
|
} |