Esempio 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));
 }
Esempio n. 2
0
 public Pedamorf.Service.Client.PedamorfResponse ConvertHtml(string html, Pedamorf.Service.Client.HtmlConversionOptions options)
 {
     return(base.Channel.ConvertHtml(html, options));
 }