Example #1
0
 public string GetUser(string userId)
 {
     return(UserPageService.GetUser(userId));
 }
Example #2
0
 public string GetMe()
 {
     return(UserPageService.GetUser(User.Identity.GetUserId()));
 }