Example #1
0
 public ChatServer(AuthHandler auth, ItzContext db) : base()
 {
     this.auth = auth;
     this.db   = db;
 }