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