Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class Logowanie
  2. {
  3. public int LogowanieID { get; set; }
  4. public string Login { get; set; }
  5. public string Haslo { get; set; }
  6. public virtual Klient Klient { get; set; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement