Cleaned code , removed commented code
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user