示例#1
0
 public IObjectConverter <InstaCommentList, InstaCommentListResponse> GetCommentListConverter(
     InstaCommentListResponse commentList)
 {
     return(new InstaCommentListConverter {
         SourceObject = commentList
     });
 }
 InstaCommentList Convert(InstaCommentListResponse commentsResponse)
 {
     return(ConvertersFabric.Instance.GetCommentListConverter(commentsResponse).Convert());
 }