public ItensOrcamentoGeralService(IItensOrcamentoGeralRepository itensOrcamentoGeralRepository, MetodosGenericosService metodosGenericosService, ItensOrcamentoService itensOrcamentoService, MaterialService materialService) { this.ItensOrcamentoGeralRepository = itensOrcamentoGeralRepository; this.MetodosGenericosService = metodosGenericosService; this.ItensOrcamentoService = itensOrcamentoService; this.MaterialService = materialService; }
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; }