I have list of locations
我有位置列表
public class Location
{
public string LocationName { get; set; }
public string Address { get; set; }
}
public clasI have list of locations
我有位置列表
public class Location
{
public string LocationName { get; set; }
public string Address { get; set; }
}
public clas