Exemple #1
0
 public static SessionResponse ToAuthResponse(this User user)
 {
     return(SessionResponse.FromUser(user));
 }