Beispiel #1
0
 public BaseTelegramService(ITelegramExchangeDispatcher telegramExchangeDispatcher, ParserPool parserPool)
 {
     _telegramExchangeDispatcher = telegramExchangeDispatcher;
     _parserPool = parserPool;
 }
Beispiel #2
0
 public GetPhotoSocketService(ITelegramExchangeDispatcher telegramExchangeDispatcher, ParserPool parserPool)
     : base(telegramExchangeDispatcher, parserPool)
 {
 }