Cleared app from old code, by commenting out
Will do another commit when all comments are taken away
This commit is contained in:
@ -9,12 +9,14 @@ namespace StockDal.Interface
|
||||
{
|
||||
public interface IStockMarketRepository
|
||||
{
|
||||
List<DiTraderStockRow> DumpObjects { get; set; }
|
||||
DiTraderStockRow SaveRow { get; set; }
|
||||
Dictionary<string, DiTraderStockRow> StockMarketList { get; set; }
|
||||
bool ViewBrowser { get; set; }
|
||||
StringBuilder TextResults { get; set; }
|
||||
|
||||
void Clean();
|
||||
void LoadStockMarketList(int persId);
|
||||
void LoadStockMarketList(int persId, bool viewBrowser);
|
||||
//void LoadStockMarketList(int persId, bool viewBrowser);
|
||||
void RefreshMarketList(int persId);
|
||||
DiTraderStockRow LoadStockMarketStockData(string searchedStock);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user