Ejemplo n.º 1
0
        public ActionResult FinancialData()
        {
            BusssinessLogic  objbal        = new BusssinessLogic();
            List <Financial> lstfinancials = new List <Financial>();

            try {
                lstfinancials = objbal.Bltbldatawithparamfinancial();
            }
            catch (Exception ex) {
                throw ex;
            }

            return(View(lstfinancials));
        }