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