예제 #1
0
 public static bool DeleteBook(int id)
 {
     return(repository.DeleteBook(id));
 }