Program fixes , registering new stocks, without dbchanges
This commit is contained in:
@ -16,5 +16,6 @@ namespace StockDal.Interface
|
||||
void LoadStockMarketList(int persId);
|
||||
void LoadStockMarketList(int persId, bool viewBrowser);
|
||||
void RefreshMarketList(int persId);
|
||||
DiTraderStockRow LoadStockMarketStockData(string searchedStock);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user