コード例 #1
0
 public FuncionarioBuilder WithId(long id)
 {
     Funcionario.AlterarId(id);
     return(this);
 }