示例#1
0
 public ReciboController(IFluxoCaixaProxy fluxoCaixaProxy, IAgendaProxy agendaProxy)
 {
     this._fluxoCaixaProxy = fluxoCaixaProxy;
     this._agendaProxy     = agendaProxy;
 }
示例#2
0
 public AgendaController(IAgendaProxy agendaProxy, ICadastroProxy _cadastroProxy, ICommonProxy commonProxy)
 {
     this._agendaProxy   = agendaProxy;
     this._cadastroProxy = _cadastroProxy;
     this._commonProxy   = commonProxy;
 }