Example #1
0
 public ForumHub(CacheUserWs cache)
 {
     this.Cache = cache;
 }
Example #2
0
 public ForumController(IForumManagerView forumManager, IHubContext <ForumHub> hubContext, CacheUserWs cache)
 {
     this.Manager = forumManager;
     this.Context = hubContext;
     this.Cache   = cache;
 }