Guest User

Untitled

a guest
Jul 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. public class IpLocation
  2. {
  3. public string domain { get; set; }
  4.  
  5. public string address { get; set; }
  6.  
  7. public string numAddress { get; set; }
  8.  
  9. public string location { get; set; }
  10. }
Add Comment
Please, Sign In to add comment