public void UpdateWarehouseBookQty(Guid bookId, BookShipmentEnum bookShipment) { throw new NotImplementedException(); }
public Guid AddBook(Guid authorId, string title, string ISBN, decimal price, BookShipmentEnum bookShipment) { throw new NotImplementedException(); }