Exemplo n.º 1
0
 public string GetUser(string userId)
 {
     return(UserPageService.GetUser(userId));
 }
Exemplo n.º 2
0
 public string GetMe()
 {
     return(UserPageService.GetUser(User.Identity.GetUserId()));
 }