Exemplo n.º 1
0
        public ActionResult Agents()
        {
            @ViewBag.PageName = "Agent List";

            return(View(_agentService.AgentList()));
        }