Esempio n. 1
0
 public System.Threading.Tasks.Task <int> SetDetalleCompraAsync(SINKERS.WCFSnickers.DetalleCompra detalle_compra)
 {
     return(base.Channel.SetDetalleCompraAsync(detalle_compra));
 }
Esempio n. 2
0
 public int SetDetalleCompra(SINKERS.WCFSnickers.DetalleCompra detalle_compra)
 {
     return(base.Channel.SetDetalleCompra(detalle_compra));
 }