示例#1
0
 public databases.baseDS.portfolioDataTable GetPortfolio_ByType(commonTypes.AppTypes.PortfolioTypes type)
 {
     return(base.Channel.GetPortfolio_ByType(type));
 }
示例#2
0
 public databases.baseDS.portfolioDataTable GetPortfolio_ByInvestorAndType(string investorCode, commonTypes.AppTypes.PortfolioTypes type)
 {
     return(base.Channel.GetPortfolio_ByInvestorAndType(investorCode, type));
 }