Exemplo n.º 1
0
 public NewCoupon(string buyerName, string remarks)
 {
     BuyerName = buyerName;
     Remarks   = remarks;
     AppliesTo = new CouponAppliesTo();
 }
Exemplo n.º 2
0
 public UpdateCoupon()
 {
     AppliesTo = new CouponAppliesTo();
 }