Exemplo n.º 1
0
 public Libretto.Model.Response InsertBook(Libretto.Model.Book bookInformation)
 {
     return(base.Channel.InsertBook(bookInformation));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Libretto.Model.Response> InsertBookAsync(Libretto.Model.Book bookInformation)
 {
     return(base.Channel.InsertBookAsync(bookInformation));
 }
Exemplo n.º 3
0
 public Libretto.Model.Response UpdateBook(Libretto.Model.Book bookInformation)
 {
     return(base.Channel.UpdateBook(bookInformation));
 }