Example #1
0
 public PingPongCommandRule(BotService botService, MessageRule messageRule, ConfigService configService, ILogger <PingPongCommandRule> logger)
 {
     _botService    = botService;
     _messageRule   = messageRule;
     _configService = configService;
     _logger        = logger;
 }
 public LabMoneyCommandRule(ILogger <LabMoneyCommandRule> logger, MessageRule messageRule, BotService botService,
                            ConfigService config, ILaboratoryService laboratoryService)
 {
     _messageRule       = messageRule;
     _botService        = botService;
     _config            = config;
     _laboratoryService = laboratoryService;
     _logger            = logger;
 }
 public ReplyToInfoBotMessageRule(MessageRule messageRule, ConfigService configService)
 {
     _messageRule   = messageRule;
     _configService = configService;
 }