Exemplo n.º 1
0
 public Orcamento(double valorItemGenerico)
 {
     this.SetItem(Item.newItemGenerico(valorItemGenerico));
     this.estadoOrcamento = new EmAprovacao();
 }
Exemplo n.º 2
0
 public Orcamento()
 {
     this.estadoOrcamento = new EmAprovacao();
 }