예제 #1
0
        public JObject GetTableJson(int countryId = 0)
        {
            var agentList = AgentHelper.GetAllAgentsByCountry(countryId);

            return(agentList);
        }