コード例 #1
0
 public IList <Book> BookTypeFilter(IList <Book> query, string type)
 {
     return(_bookDAO.BookTypeFilter(query, type));
 }