public PremioDesapropriadoBuilder Com(PagamentoPremioBuilder pagamento) { Instance.Pagamento = pagamento.Build(); return(this); }
public PremioAporteBuilder Com(PagamentoPremioBuilder pagamento) { Instance.Pagamento = pagamento.Build(); return(this); }
public PremioBuilder Com(PagamentoPremioBuilder pagamento) { Instance.ComPagamento(pagamento.Build()); return(this); }
public PremioPortabilidadeBuilder Com(PagamentoPremioBuilder pagamento) { Instance.Pagamento = pagamento.Build(); return(this); }