예제 #1
0
 public async Task <bool> Delete(Book book)
 {
     return(await _facade.RemoveBookAsync(book));
 }