Find seller by sellerno
This commit is contained in:
parent
19375a7752
commit
0ad460346c
5 changed files with 53 additions and 9 deletions
|
@ -26,6 +26,7 @@ class Marketplace
|
|||
int getNextSellerNo();
|
||||
int getNumSellersDelete();
|
||||
void sortSellers();
|
||||
Seller* findSellerWithSellerNo(int sellerNo);
|
||||
|
||||
private:
|
||||
SellersVec sellers_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue