예제 #1
0
        public async Task <ContentResult> OnPostAuditPrintAsync()
        {
            await _auditService.AuditPrint(NotificationId, UserHelper.GetUsername(HttpContext));

            return(new ContentResult());
        }