示例#1
0
文件: App.cs 项目: E1izabeth/Notebook
        void ViewAll()
        {
            var arr = _book.GetContacts();

            _user.PrintSelection(arr.ToList <IContactInfo>());
        }
示例#2
0
        public IEnumerable <IContactInfo> ViewAll()
        {
            var arr = _book.GetContacts();

            return(arr.ToList <IContactInfo>());
        }