示例#1
0
 internal static CommentCount CommentCount(XmlRpcCommentCount input)
 {
     return(new CommentCount
     {
         Approved = input.approved,
         AwaitingModeration = input.awaiting_moderation,
         Spam = input.spam,
         TotalComments = input.total_comments
     });
 }
示例#2
0
 internal static CommentCount CommentCount(XmlRpcCommentCount input)
 {
     throw new NotImplementedException();
 }
示例#3
0
 internal static CommentCount CommentCount(XmlRpcCommentCount input)
 {
     throw new NotImplementedException();
 }