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