Esempio n. 1
0
 public async Task OnPostCancelarAsync(Guid reuniaoId)
 {
     await reunioesClient.CancelarPostAsync(reuniaoId);
 }