Exemplo n.º 1
0
        public IActionResult Save()
        {
            botRepo.SetQuestions(questions);

            //get fresh questions from blob
            questions = botRepo.GetQuestions();
            return(RedirectToAction("Index"));
        }