Example #1
0
 public IList <Product> Choices0Remove()
 {
     return(Additions.Select(a => a.Product).ToList());
 }