public SalvaTransacaoService( IGastoService gastoService, IContaRepository contaRepository, ICategoriaRepository categoriaRepository, IRecebimentoService recebimentoService) { this.gastoService = gastoService; this.contaRepository = contaRepository; this.categoriaRepository = categoriaRepository; this.recebimentoService = recebimentoService; }
public RecebimentoApplication(IRecebimentoService recebimentoService) { _recebimentoService = recebimentoService; }