Exemplo n.º 1
0
        void ViewAll()
        {
            var arr = _book.GetContacts();

            _user.PrintSelection(arr.ToList <IContactInfo>());
        }
Exemplo n.º 2
0
        public IEnumerable <IContactInfo> ViewAll()
        {
            var arr = _book.GetContacts();

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