Exemplo n.º 1
0
 public AttentionController(IUser userServer, IType typeServer, IAttention attentionServer)
 {
     this.userServer      = userServer;
     this.typeServer      = typeServer;
     this.attentionServer = attentionServer;
 }
Exemplo n.º 2
0
 public AttentionImpl(HuobiContext db)
 {
     this.m_db         = db;
     this.m_iAttention = this;
 }