Cleaned code , removed commented code

This commit is contained in:
2022-02-21 21:47:18 +01:00
parent 3b0809c48d
commit 40d869b5de
6 changed files with 14 additions and 262 deletions

View File

@ -14,10 +14,8 @@ namespace StockDal.Interface
Dictionary<string, DiTraderStockRow> StockMarketList { get; set; }
StringBuilder TextResults { get; set; }
void Clean();
void LoadStockMarketList(int persId);
//void LoadStockMarketList(int persId, bool viewBrowser);
void RefreshMarketList(int persId);
DiTraderStockRow LoadStockMarketStockData(string searchedStock);
}
}