Example #1
0
 public IList <PortfolioDTO> Get()
 {
     return(_portfolioServ.DisplayPortfolio());
 }