Esempio n. 1
0
 public InMemoryOnlineClientStore_Tests()
 {
     _store     = new InMemoryOnlineClientStore();
     _chatStore = new InMemoryOnlineClientStore <ChatChannel>();
 }
Esempio n. 2
0
 public InMemoryOnlineClientStore_Tests()
 {
     _store = new InMemoryOnlineClientStore();
 }