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