示例#1
0
 public BotManager(BotRepository botRepository, BotModel botModel)
 {
     this.botRepository = botRepository;
     this.bot           = botModel;
 }