예제 #1
0
        protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblDokumenti args)
        {
            try
            {
                var bssr4CreateTblDokumentiResult = await Bssr4.CreateTblDokumenti(tbldokumenti);

                DialogService.Close(tbldokumenti);
            }
            catch (System.Exception bssr4CreateTblDokumentiException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblDokumenti!");
            }
        }