public UsuarioController(ICadastroProxy cadastroProxy, ICommonProxy commonProxy)
 {
     this._cadastroProxy = cadastroProxy;
     this._commonProxy   = commonProxy;
 }
 public AgendaController(IAgendaProxy agendaProxy, ICadastroProxy _cadastroProxy, ICommonProxy commonProxy)
 {
     this._agendaProxy   = agendaProxy;
     this._cadastroProxy = _cadastroProxy;
     this._commonProxy   = commonProxy;
 }