8 lines
116 B
C#
8 lines
116 B
C#
namespace SHARP
|
|
{
|
|
internal class LocationInfo
|
|
{
|
|
public string Country { get; set; }
|
|
}
|
|
}
|