Exemple #1
0
        protected bool?ShowPrompt(string message)
        {
            bool?result = _messageDisplayService.ShowQuestion(null, message);

            return(result);
        }