コード例 #1
0
ファイル: Mapper.cs プロジェクト: mpmagic/JoeBlogs
 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
     });
 }
コード例 #2
0
 internal static UserInfo UserInfo(XmlRpcUserInfo input)
 {
     throw new NotImplementedException();
 }