Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> CreateWebFormAsync(NEF.WebService.MobilApp.WebCustomerInfo WebCustomerInfo)
 {
     return(base.Channel.CreateWebFormAsync(WebCustomerInfo));
 }
Exemplo n.º 2
0
 public string CreateWebForm(NEF.WebService.MobilApp.WebCustomerInfo WebCustomerInfo)
 {
     return(base.Channel.CreateWebForm(WebCustomerInfo));
 }