コード例 #1
0
        public static bool CheckAgentCodeAvailability(int adviserId, string agentCode)
        {
            CustomerAccountDao checkAccDao = new CustomerAccountDao();

            return(checkAccDao.CheckAgentCodeAvailability(adviserId, agentCode));
        }