Esempio n. 1
0
 public void UpdateWarehouseBookQty(Guid bookId, BookShipmentEnum bookShipment)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public Guid AddBook(Guid authorId, string title, string ISBN, decimal price, BookShipmentEnum bookShipment)
 {
     throw new NotImplementedException();
 }