예제 #1
0
        protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblPrevodi args)
        {
            try
            {
                var bssr4CreateTblPrevodiResult = await Bssr4.CreateTblPrevodi(tblprevodi);

                DialogService.Close(tblprevodi);
            }
            catch (System.Exception bssr4CreateTblPrevodiException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblPrevodi!");
            }
        }