Example #1
0
 public System.Threading.Tasks.Task <string> SetOneAsync(App.CnfCotizacionService.CnfCotizacion one, System.Collections.Generic.List <App.CnfCotizacionService.CnfCotizacionDetalle> detail)
 {
     return(base.Channel.SetOneAsync(one, detail));
 }
Example #2
0
 public string SetOne(App.CnfCotizacionService.CnfCotizacion one, System.Collections.Generic.List <App.CnfCotizacionService.CnfCotizacionDetalle> detail)
 {
     return(base.Channel.SetOne(one, detail));
 }