public databases.baseDS.portfolioDataTable GetPortfolio_ByType(commonTypes.AppTypes.PortfolioTypes type) { return(base.Channel.GetPortfolio_ByType(type)); }
public databases.baseDS.portfolioDataTable GetPortfolio_ByInvestorAndType(string investorCode, commonTypes.AppTypes.PortfolioTypes type) { return(base.Channel.GetPortfolio_ByInvestorAndType(investorCode, type)); }