예제 #1
0
 public async Task DeleteBookById(int id)
 {
     await _repo.DeleteBookById(id);
 }