예제 #1
0
 public async Task OnPostAprovarAtaAsync(Guid reuniaoId, Guid ataId)
 {
     await reunioesClient.AtasAprovarPostAsync(reuniaoId, ataId);
 }