public SignalRHandler(ILayIMUserFactory userFactory, ILayIMStorage storage)
 {
     this.userFactory = userFactory;
     this.storage     = storage;
 }
Exemplo n.º 2
0
 public PartialChatLogBindPage(ILayIMStorage storage)
 {
     this.storage = storage;
 }