Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. private int id { public get; set; }
  2. private string imie { public get; set; }
  3. private string nazwisko { public get; set; }
  4. private int pesel { public get; set; }
  5. private string tytul { public get; set; }
  6. private string stanowisko { public get; set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement