Esempio n. 1
0
 public GetUserProfilePhotosResponse GetUserProfilePhotos(GetUserProfilePhotosRequest getUserProfilePhotosRequest)
 {
     Log.Info(nameof(GetUserProfilePhotos));
     return(GetUserProfilePhotosResponse.Parse(ExecuteAction(getUserProfilePhotosRequest)));
 }
Esempio n. 2
0
 public GetUserProfilePhotosResponse GetUserProfilePhotos(GetUserProfilePhotosRequest getUserProfilePhotosRequest)
 {
     return GetUserProfilePhotosResponse.Parse(ExecuteAction(getUserProfilePhotosRequest));
 }