public System.Threading.Tasks.Task ServiceActulizarVentAsync(CapaGUI.ServiceVenta.Venta producto) { return(base.Channel.ServiceActulizarVentAsync(producto)); }
public System.Threading.Tasks.Task ServiceinsertarproductoAsync(CapaGUI.ServiceVenta.Venta producto) { return(base.Channel.ServiceinsertarproductoAsync(producto)); }
public void ServiceActulizarVent(CapaGUI.ServiceVenta.Venta producto) { base.Channel.ServiceActulizarVent(producto); }
public void Serviceinsertarproducto(CapaGUI.ServiceVenta.Venta producto) { base.Channel.Serviceinsertarproducto(producto); }