예제 #1
0
파일: Mapper.cs 프로젝트: mpmagic/JoeBlogs
 internal static File File(XmlRpcFile input)
 {
     return(new File
     {
         FileContent = input.file,
         Type = input.type,
         URL = input.url
     });
 }
예제 #2
0
 internal static File File(XmlRpcFile input)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 internal static File File(XmlRpcFile input)
 {
     throw new NotImplementedException();
 }