Example #1
0
 public OrcamentoIntumescenteService(IOrcamentoIntumescenteRepository orcamentoIntumescenteRepository, MetodosGenericosService metodosGenericosService,
                                     PessoaService pessoaService, MaterialService materialService, OrcamentoService orcamentoService, ItensOrcamentoIntumescenteService itensOrcamentoIntumescenteService,
                                     MaoObraOrcamentoService maoObraOrcamentoService, EquipamentoOrcamentoService equipamentoOrcamentoService, MaterialOrcamentoService materialOrcamentoService,
                                     CustoOrcamentoService custoOrcamentoService, TotaisOrcamentoRepository totaisOrcamentoRepository)
 {
     this.OrcamentoIntumescenteRepository = orcamentoIntumescenteRepository;
     this.MetodosGenericosService         = metodosGenericosService;
     this.PessoaService    = pessoaService;
     this.MaterialService  = materialService;
     this.OrcamentoService = orcamentoService;
     this.ItensOrcamentoIntumescenteService = itensOrcamentoIntumescenteService;
     this.MaoObraOrcamentoService           = maoObraOrcamentoService;
     this.EquipamentoOrcamentoService       = equipamentoOrcamentoService;
     this.MaterialOrcamentoService          = materialOrcamentoService;
     this.CustoOrcamentoService             = custoOrcamentoService;
     this.TotaisOrcamentoRepository         = totaisOrcamentoRepository;
 }
Example #2
0
 public ItensOrcamentoIntumescenteController(ItensOrcamentoIntumescenteService itensOrcamentoIntumescenteService, TotaisOrcamentoService totaisOrcamentoService)
 {
     this.ItensOrcamentoIntumescenteService = itensOrcamentoIntumescenteService;
     this.TotaisOrcamentoService            = totaisOrcamentoService;
 }