예제 #1
0
 public SlackBotController(ISlackBotService slackBotService)
 {
     this.slackBotService = slackBotService;
 }