コード例 #1
0
ファイル: BookLogic.cs プロジェクト: KosraAlarik/Library
 public ICollection <Book> GetTopTen()
 {
     return(books.GetTopTen().ToList());
 }