示例#1
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;
 }
示例#2
0
 public PerfilController(PerfilService perfilService)
 {
     this.PerfilService = perfilService;
 }