Exemplo n.º 1
0
 public CartCharityItem(CharitySearchedItem Item, string AddedBy)
 {
     this.Item    = Item;
     this.AddedBy = AddedBy;
 }
Exemplo n.º 2
0
 public CartCharityItem(CharitySearchedItem Item, string AddedBy)
 {
     this.Item = Item;
     this.AddedBy = AddedBy;
 }