Esempio n. 1
0
 public ItemPurchaseTracker Combine(ItemPurchaseTracker other)
 {
     return(ItemPurchaseTracker.Combine(this, other));
 }