Example #1
0
 public string ValidatePurchase(decimal budget)
 {
     return(_payment.Purchase(budget));
 }