コード例 #1
0
        public List <Contact> GetAll()
        {
            var    json_str = clientObj.GetAllContacts();
            Parser obj      = new Parser();

            return(obj.ConvertToContactList(json_str));
        }