コード例 #1
0
 public CartCharityItem(CharitySearchedItem Item, string AddedBy)
 {
     this.Item    = Item;
     this.AddedBy = AddedBy;
 }
コード例 #2
0
ファイル: CartCharityItem.cs プロジェクト: C4Help/AllProjects
 public CartCharityItem(CharitySearchedItem Item, string AddedBy)
 {
     this.Item = Item;
     this.AddedBy = AddedBy;
 }