Guest User

Untitled

a guest
Nov 22nd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. TipoUsuario
  2. public int IDTipoUsuario { get; set; }
  3. public string NmTipoUsuario { get; set; }
  4.  
  5. Usuario
  6. public int IdUsuario { get; set; }
  7. public string NmUsuario { get; set; }
  8. public virtual ICollection<int> IdTipoUsuario { get; set; }
  9.  
  10. public virtual Usuario usuario { get; set; }
Add Comment
Please, Sign In to add comment