Esempio n. 1
0
 public User GetUserInformation(string userName)
 {
     return(userDb.GetUserInformation(userName));
 }