Exemplo n.º 1
0
 public NewAccountRecurringPayment()
 {
     this.Account          = new T();
     this.RecurringPayment = new RecurringPayment();
 }