Ejemplo n.º 1
0
        public ActionResult Pending()
        {
            var repo = new CandidatesRepository(Properties.Settings.Default.ConStr);

            return(View(repo.GetPending()));
        }