Beispiel #1
0
 public ChatController(IChatService chatService, IMessageSerivce messageSerivce)
 {
     _chatService    = chatService;
     _messageSerivce = messageSerivce;
 }
Beispiel #2
0
 public MessageController(IMessageSerivce messageSerivce)
 {
     _messageSerivce = messageSerivce;
 }