コード例 #1
0
        public BotRunner()
        {
            var botTemp = new Bot2();
            botTemp.BotProfile = BotProfile.GetBotProfileFromDb();
            bot = botTemp;

            authentication = new AuthenticationService();
        }
コード例 #2
0
 public LoginApiController(AuthenticationService authenticationService)
 {
     AuthenticationService = authenticationService;
 }