Пример #1
0
 public InMemoryOnlineClientStore_Tests()
 {
     _store     = new InMemoryOnlineClientStore();
     _chatStore = new InMemoryOnlineClientStore <ChatChannel>();
 }
Пример #2
0
 public InMemoryOnlineClientStore_Tests()
 {
     _store = new InMemoryOnlineClientStore();
 }