コード例 #1
0
        public ActionResult GetAgentPrint(int id = 0)
        {
            List <AgentVm> agentList = AgentHelper.GetAgentListByCountry(id);

            return(View(agentList));
        }