Ejemplo n.º 1
0
 public static UserContract GetCurrentUser(Guid token)
 {
     return(UserManagementManager.GetCurrentUser(token));
 }