Example #1
0
        public ActionResult Index()
        {
            List <AgentVm> agentList = AgentHelper.GetAgentList();

            return(View(agentList));
        }