예제 #1
0
        public async Task OnPostCriarPlanoDeAcaoAsync(Guid reuniaoId)
        {
            var postResult = await planosDeAcaoClient.PostAsync();

            await reunioesClient.PlanosDeAcaoPostAsync(reuniaoId, new ReunioesPlanosDeAcaoPost()
            {
                PlanoDeAcaoId = postResult.Id
            });
        }