示例#1
0
文件: Program.cs 项目: gmyrak/books
        public void ShowBooks()
        {
            String filter = Prompt("SELECT:\nEnter the first letters of book's title, or nothing (all books)");

            db.ShowBooks(filter);
        }