Esempio n. 1
0
 public ICollection <Tuple <Guid, ShopProduct, int> > GetPurchaseHistory(Guid cookie)
 {
     return(_real == null ? null : _real.GetPurchaseHistory(cookie));
 }