Esempio n. 1
0
        async Task ExecuteResponse()
        {
            await CosmosAdviceService.UpdateAdvise(advise);

            await DisplayAlert("SUCCESS", "operation success", "OK");
        }
        async Task ExecuteUpdate()
        {
            await CosmosAdviceService.UpdateAdvise(ID);

            await DisplayAlert("SUCCESS", "Thanks for your reply", "OK");
        }