示例#1
0
 public static void DeleteBook(int id, IBookLogic bookLogic)
 {
     bookLogic.DeleteById(id);
 }