Example #1
0
 public string AddBook(BookView book)
 {
     return(iadmin.AddBook(book));
 }