示例#1
0
 internal BotExpectations(BotRequests botRequests, ISlotManager slots)
 {
     _botRequests = botRequests;
     _slots       = slots;
 }
示例#2
0
 internal BotRequester(BotRequests botRequests)
 {
     _botRequests = botRequests;
 }