コード例 #1
0
 public PortfolioItem RetrieveItemById(int id)
 {
     return(portfolioInterface.RetrieveItemById(id));
 }