Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class City
- {
- public int id { get; set; }
- public string country { get; set; }
- public string region { get; set; }
- public string city { get; set; }
- public double latitude { get; set; }
- public double longitude { get; set; }
- public string comment { get; set; }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement