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