Now even Pfizer. Inc. can be managed

This commit is contained in:
2022-02-08 23:50:25 +01:00
parent d56e69b448
commit f38824becf
4 changed files with 110 additions and 7 deletions

View File

@ -5,6 +5,7 @@ namespace StockDAL.Interface
public interface IStockScrapePage
{
List<DiTraderStockRow> GetMyStockStatus(string listText);
List<DiTraderStockRow> SearchStockAndCollect(string stockName);
void GetStocksPerList(string listText);
void PerformClickOnSpecialValue(string name, string operation);
}