예제 #1
0
 public void ClearBookList()
 {
     _bookModel.ClearBookList();
     RaisePropertyChanged("AllBooks");
 }