Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public class PhoneModel {
  2. public string manufacturer {
  3. get;
  4. set;
  5. }
  6. public string model {
  7. get;
  8. set;
  9. }
  10. public string software {
  11. get;
  12. set;
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement