public string Facturar(ProcTicket ticket) { Factura FB = new FacturaBematech(); string numerofact = FB.Facturar(ticket); return(numerofact); }
public void EmiteNotadeCredito(string facturaNo) { Factura FB = new FacturaBematech(); FB.EmiteNotadeCredito(facturaNo); }