コード例 #1
0
 public ICollection <Tuple <Guid, ShopProduct, int> > GetPurchaseHistory(Guid cookie)
 {
     return(_serviceFacade.GetPurchaseHistory(cookie));
 }