Exemple #1
0
 public ServerJoinResponder(ILogger <ServerJoinResponder> logger, SlashService slash)
 {
     _slash  = slash;
     _logger = logger;
 }