I have use case order book
, when the user order a book he must browse the book ( use case browse books
) then he must set the address to take the book (use case set address
)
what is the relationship between the two usecases with order book
usecase?
Include ?
Extend?
Something Else?