Пример #1
0
        public async Task <IActionResult> OnPostAsync()
        {
            await reunioesClient.AtasParticipantesConsentsPostAsync(ReuniaoId, AtaId, ParticipanteId, ReunioesAtasParticipantesConsentsPost);

            return(new JsonResult(
                       new
            {
                returnUrl = Url.Page("/Reunioes/Detalhar", new { id = ReuniaoId })
            }));
        }