Exemplo n.º 1
0
 public bool CreateNewItem(PortfolioItem b)
 {
     return(portfolioInterface.CreateNewItem(b));
 }