예제 #1
0
 public void AddBook(string title, string author, string year, string genre)
 {
     channel.AddBook(title, author, year, genre);
 }