コード例 #1
0
ファイル: EtfSecurities.cs プロジェクト: igiel/Etf
 public static string GetDetailsBySingleFundElement(GetSectionParser parser, string singleFundUrl,
     EtfSecurities.DetailsSection detailsSection)
 {
     var indexPage = EtfSecurities.GetDetailsPage(singleFundUrl, detailsSection, parser.PageId,
         parser.ProductId, "en-GB", parser.CountryId, parser.InvestorId, parser.LanguageId, "");
     return indexPage;
 }
コード例 #2
0
ファイル: SecuritasTests.cs プロジェクト: igiel/Etf
 public void TestInitialize()
 {
     this.pageProvider = new EtfPageProvider(true);
     this.etfsec = new EtfSecurities(pageProvider);
 }