예제 #1
0
        protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblSmetka args)
        {
            try
            {
                var bssr4CreateTblSmetkaResult = await Bssr4.CreateTblSmetka(tblsmetka);

                DialogService.Close(tblsmetka);
            }
            catch (System.Exception bssr4CreateTblSmetkaException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblSmetka!");
            }
        }