Esempio n. 1
0
        public AccountLedgerInfo accountLedgerviewbyId(decimal decledgerId)
        {
            AccountLedgerInfo infoAccountLedger = new AccountLedgerInfo();

            try
            {
                infoAccountLedger = spAccountLedger.accountLedgerviewbyId(decledgerId);
            }
            catch (Exception ex)
            {
                MessageBox.Show("AL38:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }
            return(infoAccountLedger);
        }