Ejemplo n.º 1
0
 public List <PurchasedHistory> GetPurchasedHistory(string userId)
 {
     return(_receiptRepository.GetPurchasedHistory(userId));
 }