Example #1
0
 public System.Threading.Tasks.Task <bool> UpdateAsync(ClientApplication.BookshopServiceReference.User user, ClientApplication.BookshopServiceReference.BookModel bookModel, int price, int instock)
 {
     return(base.Channel.UpdateAsync(user, bookModel, price, instock));
 }
Example #2
0
 public bool Update(ClientApplication.BookshopServiceReference.User user, ClientApplication.BookshopServiceReference.BookModel bookModel, int price, int instock)
 {
     return(base.Channel.Update(user, bookModel, price, instock));
 }