internal static UserInfo UserInfo(XmlRpcUserInfo input) { return(new UserInfo { BlogID = input.blogId, BlogName = input.blogName, Email = input.email, FirstName = input.firstname, LastName = input.lastname, Nickname = input.nickname, URL = input.url }); }
internal static UserInfo UserInfo(XmlRpcUserInfo input) { throw new NotImplementedException(); }