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