Beispiel #1
0
        public List <Empresa_ListarDashboardResult> Empresa_ListarDashboard()
        {
            EmpresaBL objEmpresaBL = new EmpresaBL();

            try
            {
                return(objEmpresaBL.Empresa_ListarDashboard());
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }