public PremioDesapropriadoBuilder Com(PagamentoPremioBuilder pagamento)
 {
     Instance.Pagamento = pagamento.Build();
     return(this);
 }
Example #2
0
 public PremioAporteBuilder Com(PagamentoPremioBuilder pagamento)
 {
     Instance.Pagamento = pagamento.Build();
     return(this);
 }
Example #3
0
 public PremioBuilder Com(PagamentoPremioBuilder pagamento)
 {
     Instance.ComPagamento(pagamento.Build());
     return(this);
 }
Example #4
0
 public PremioPortabilidadeBuilder Com(PagamentoPremioBuilder pagamento)
 {
     Instance.Pagamento = pagamento.Build();
     return(this);
 }