Exemplo n.º 1
0
 public async Task OnPostDeleteAsync(Guid reuniaoId, Guid ataId, Guid participanteId)
 {
     await reunioesClient.AtasParticipantesDeleteAsync(reuniaoId, ataId, participanteId);
 }