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