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