Ejemplo n.º 1
0
        public Boolean InsertInvoiceSupplier(InvoiceSupplier invS)
        {
            DAOInvoiceSupplier daoIS = new DAOInvoiceSupplier();

            return(daoIS.InsertInvoiceSupplier(invS));
        }