예제 #1
0
        /// <summary>
        /// Function to view tax for voucherType
        /// </summary>
        /// <returns></returns>
        public List <DataTable> TaxViewAllForVoucherType()
        {
            List <DataTable> ListObj = new List <DataTable>();

            try
            {
                ListObj = spTax.TaxViewAllForVoucherType();
            }
            catch (Exception ex)
            {
                MessageBox.Show("TBLL2:" + ex.Message, "OpenMiracle", MessageBoxButtons.OK, MessageBoxIcon.Information);
            }

            return(ListObj);
        }