示例#1
0
 public TestController(ITelegramBotClient client, ICheckMessage checkMessage)
 {
     this.client       = client;
     this.checkMessage = checkMessage;
 }