コード例 #1
0
 public BookService()
 {
     bookStorage = BookStorage.GetInstance();
     books       = bookStorage.GetBookList().ToList();
 }