public ReciboController(IFluxoCaixaProxy fluxoCaixaProxy, IAgendaProxy agendaProxy) { this._fluxoCaixaProxy = fluxoCaixaProxy; this._agendaProxy = agendaProxy; }
public AgendaController(IAgendaProxy agendaProxy, ICadastroProxy _cadastroProxy, ICommonProxy commonProxy) { this._agendaProxy = agendaProxy; this._cadastroProxy = _cadastroProxy; this._commonProxy = commonProxy; }