예제 #1
0
 public CustoOrcamentoService(ICustoOrcamentoRepository custoOrcamentoRepository, MetodosGenericosService metodosGenericosService,
                              CustoService custoService)
 {
     this.CustoOrcamentoRepository = custoOrcamentoRepository;
     this.MetodosGenericosService  = metodosGenericosService;
     this.CustoService             = custoService;
 }
예제 #2
0
 public CustoController(CustoService custoService)
 {
     CustoService = custoService;
 }