Ejemplo n.º 1
0
 public BotCommandsParsingService(BotCommandsPropertyConversionService botCommandPropertyConversionService, BotCommandsRequestValueGetterService botCommandsRequestValueGetterService)
 {
     this._botCommandPropertyConversionService  = botCommandPropertyConversionService;
     this._botCommandsRequestValueGetterService = botCommandsRequestValueGetterService;
 }
Ejemplo n.º 2
0
 public BotCommandsParsingService(BotCommandsPropertyConversionService botCommandPropertyConversionService)
 {
     this.botCommandPropertyConversionService = botCommandPropertyConversionService;
 }