Exemple #1
0
 public ItensOrcamentoGeralService(IItensOrcamentoGeralRepository itensOrcamentoGeralRepository, MetodosGenericosService metodosGenericosService,
                                   ItensOrcamentoService itensOrcamentoService, MaterialService materialService)
 {
     this.ItensOrcamentoGeralRepository = itensOrcamentoGeralRepository;
     this.MetodosGenericosService       = metodosGenericosService;
     this.ItensOrcamentoService         = itensOrcamentoService;
     this.MaterialService = materialService;
 }
Exemple #2
0
 public ItensOrcamentoIntumescenteService(IItensOrcamentoIntumescenteRepository itensOrcamentoIntumescenteRepository, MetodosGenericosService metodosGenericosService,
                                          ItensOrcamentoService itensOrcamentoService, MaterialService materialService, PerfilService perfilService, CartaCoberturaService cartaCoberturaService)
 {
     this.ItensOrcamentoIntumescenteRepository = itensOrcamentoIntumescenteRepository;
     this.MetodosGenericosService = metodosGenericosService;
     this.ItensOrcamentoService   = itensOrcamentoService;
     this.MaterialService         = materialService;
     this.PerfilService           = perfilService;
     this.CartaCoberturaService   = cartaCoberturaService;
 }