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