Exemple #1
0
 public System.Threading.Tasks.Task ServiceActulizarVentAsync(CapaGUI.ServiceVenta.Venta producto)
 {
     return(base.Channel.ServiceActulizarVentAsync(producto));
 }
Exemple #2
0
 public System.Threading.Tasks.Task ServiceinsertarproductoAsync(CapaGUI.ServiceVenta.Venta producto)
 {
     return(base.Channel.ServiceinsertarproductoAsync(producto));
 }
Exemple #3
0
 public void ServiceActulizarVent(CapaGUI.ServiceVenta.Venta producto)
 {
     base.Channel.ServiceActulizarVent(producto);
 }
Exemple #4
0
 public void Serviceinsertarproducto(CapaGUI.ServiceVenta.Venta producto)
 {
     base.Channel.Serviceinsertarproducto(producto);
 }