Exemple #1
0
        protected async System.Threading.Tasks.Task Form0Submit(C4G.Models.C4G.Atribuicao args)
        {
            try
            {
                var c4GCreateAtribuicaoResult = await C4G.CreateAtribuicao(atribuicao);

                DialogService.Close(atribuicao);
            }
            catch (Exception c4GCreateAtribuicaoException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new Atribuicao!");
            }
        }