Exemplo n.º 1
0
 public PaymentRule()
 {
     _RuleHandler = new PaymentRuleHandler();
 }
Exemplo n.º 2
0
 public PaymentRule(IPaymentRuleHandler handler)
 {
     _RuleHandler = handler;
 }