示例#1
0
 public bool CreateNewItem(PortfolioItem b)
 {
     return(portfolioInterface.CreateNewItem(b));
 }