Ejemplo n.º 1
0
 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
     });
 }
Ejemplo n.º 2
0
 internal static UserInfo UserInfo(XmlRpcUserInfo input)
 {
     throw new NotImplementedException();
 }