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