Ejemplo n.º 1
0
 public Pedamorf.Service.Client.PedamorfResponse ConvertHtmlList(System.Collections.Generic.List <string> html, Pedamorf.Service.Client.HtmlConversionOptions options)
 {
     return(base.Channel.ConvertHtmlList(html, options));
 }
Ejemplo n.º 2
0
 public Pedamorf.Service.Client.PedamorfResponse ConvertHtml(string html, Pedamorf.Service.Client.HtmlConversionOptions options)
 {
     return(base.Channel.ConvertHtml(html, options));
 }