コード例 #1
0
        public string Facturar(ProcTicket ticket)
        {
            Factura FB         = new FacturaBematech();
            string  numerofact = FB.Facturar(ticket);

            return(numerofact);
        }
コード例 #2
0
        public void EmiteNotadeCredito(string facturaNo)
        {
            Factura FB = new FacturaBematech();

            FB.EmiteNotadeCredito(facturaNo);
        }