Status page can be shown , a lot of refactoring is still required
This commit is contained in:
12
StockDal.Interface/IStockScrapePage.cs
Normal file
12
StockDal.Interface/IStockScrapePage.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using DataDomain;
|
||||
|
||||
namespace StockDAL.Interface
|
||||
{
|
||||
public interface IStockScrapePage
|
||||
{
|
||||
List<DiTraderStockRow> GetMyStockStatus(string listText);
|
||||
void GetStocksPerList(string listText);
|
||||
void PerformClickOnSpecialValue(string name, string operation);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user