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

            return(response);
        }