예제 #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>());
        }