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