예제 #1
0
 public void LoadStorage(IBookListStorage storageExtern)
 {
     storageExtern.LoadStorage(out books);
 }