internal static CommentCount CommentCount(XmlRpcCommentCount input) { return(new CommentCount { Approved = input.approved, AwaitingModeration = input.awaiting_moderation, Spam = input.spam, TotalComments = input.total_comments }); }
internal static CommentCount CommentCount(XmlRpcCommentCount input) { throw new NotImplementedException(); }