public InversionPactada()
 {
     _interestPerformance = new InterestPerformanceByTerm();
     taxStrategy          = new TaxStrategy.NullTaxStrategy();
 }
Exemplo n.º 2
0
 public CentificadoDeposito()
 {
     _interestPerformance = new InterestPerformanceByTerm();
     taxStrategy          = new TaxStrategy.CertificadoRentaDeductionStrategy();
 }