Ejemplo n.º 1
0
 public UsuarioController(ICadastroProxy cadastroProxy, ICommonProxy commonProxy)
 {
     this._cadastroProxy = cadastroProxy;
     this._commonProxy   = commonProxy;
 }
Ejemplo n.º 2
0
 public AgendaController(IAgendaProxy agendaProxy, ICadastroProxy _cadastroProxy, ICommonProxy commonProxy)
 {
     this._agendaProxy   = agendaProxy;
     this._cadastroProxy = _cadastroProxy;
     this._commonProxy   = commonProxy;
 }