Esempio n. 1
0
 public void SetBookListToStorage(IBookListStorage storage)
 {
     storage.WriteToStorage(bookList);
 }