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



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



            return rtnBool;
        }