コード例 #1
0
        public async Task <IEnumerable <SecurityQuestionsBO> > GetUserSecurityQuestions(string userName)
        {
            var auditLogBO = new AuditLogBO();
            var response   = await _resetPasswordService.GetUserSecurityQuestions(userName, auditLogBO);

            return(response);
        }