Update StockExchange example
This commit is contained in:
@@ -69,7 +69,7 @@ namespace MediatorPattern.StockExchange
|
|||||||
if (!couldSellStocks)
|
if (!couldSellStocks)
|
||||||
{
|
{
|
||||||
AddSeller(trader);
|
AddSeller(trader);
|
||||||
Console.WriteLine("No one seller buys it at this price, try a lower price");
|
Console.WriteLine("No seller buys it at this price, try a lower price");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user