Exemplo n.º 1
0
 public QueueService()
 {
     botService             = new BotService();
     conversationService    = new ConversationService();
     updateDatabasesService = new UpdateDatabasesService();
 }