Example #1
0
        internal BotRequestFulfillmentManager(IBotExpectations expectations, IBotManipulation manipulation, IBotCorruption corruption)

        {
            _expectations = expectations;
            _manipulation = manipulation;
            _corruption   = corruption;
        }
Example #2
0
 public BotCorruption(BotSlots slots, IBotExpectations expectations)
 {
     _slots        = slots;
     _expectations = expectations;
 }