コード例 #1
0
        public Boolean InsertInvoiceSupplier(InvoiceSupplier invS)
        {
            DAOInvoiceSupplier daoIS = new DAOInvoiceSupplier();

            return(daoIS.InsertInvoiceSupplier(invS));
        }