コード例 #1
0
        public bool InsertLedgerEntry(Ledger obj)
        {
            DALFee dal = new DALFee(ConStr);

            return(dal.InsertLedgerEntry(obj));
        }