Example #1
0
 public OrcamentoController(OrcamentoService orcamentoService, TotaisOrcamentoService totaisOrcamentoService)
 {
     this.OrcamentoService       = orcamentoService;
     this.TotaisOrcamentoService = totaisOrcamentoService;
 }
Example #2
0
 public MaoObraOrcamentoController(MaoObraOrcamentoService maoObraOrcamentoService, TotaisOrcamentoService totaisOrcamentoService)
 {
     this.MaoObraOrcamentoService = maoObraOrcamentoService;
     this.TotaisOrcamentoService  = totaisOrcamentoService;
 }
Example #3
0
 public ItensOrcamentoGeralController(ItensOrcamentoGeralService itensOrcamentoGeralService, TotaisOrcamentoService totaisOrcamentoService)
 {
     this.ItensOrcamentoGeralService = itensOrcamentoGeralService;
     this.TotaisOrcamentoService     = totaisOrcamentoService;
 }
Example #4
0
 public ItensOrcamentoIntumescenteController(ItensOrcamentoIntumescenteService itensOrcamentoIntumescenteService, TotaisOrcamentoService totaisOrcamentoService)
 {
     this.ItensOrcamentoIntumescenteService = itensOrcamentoIntumescenteService;
     this.TotaisOrcamentoService            = totaisOrcamentoService;
 }
Example #5
0
 public CustoOrcamentoController(CustoOrcamentoService custoOrcamentoService, TotaisOrcamentoService totaisOrcamentoService)
 {
     this.CustoOrcamentoService  = custoOrcamentoService;
     this.TotaisOrcamentoService = totaisOrcamentoService;
 }