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