예제 #1
0
 public MessageHandler(ChatAppContext chatContext)
 {
     _chatContext = chatContext;
 }
예제 #2
0
 public UserHandler(ChatAppContext chatContext)
 {
     _chatContext = chatContext;
 }