示例#1
0
        public bool UpdateList(string idx, CallListData data)
        {
            bool rtnBool = false;



            return(rtnBool);
        }
示例#2
0
        public bool UpdateList(string idx, CallListData data)
        {
            bool rtnBool = false;



            return rtnBool;
        }