Exemplo n.º 1
0
 public GetMeResponse GetMe(GetMeRequest getMeRequest)
 {
     return(GetMeResponse.Parse(ExecuteAction(getMeRequest)));
 }
Exemplo n.º 2
0
 public GetMeResponse GetMe(GetMeRequest getMeRequest)
 {
     Log.Info(nameof(GetMe));
     return(GetMeResponse.Parse(ExecuteAction(getMeRequest)));
 }
Exemplo n.º 3
0
 public GetMeResponse GetMe(GetMeRequest getMeRequest)
 {
     return GetMeResponse.Parse(ExecuteAction(getMeRequest));
 }