Exemplo n.º 1
0
 public User GetUserByUID(Guid uid)
 {
     return(UserDa.GetUserByUID(uid));
 }