Example #1
0
        protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblLog args)
        {
            try
            {
                var bssr4CreateTblLogResult = await Bssr4.CreateTblLog(tbllog);

                DialogService.Close(tbllog);
            }
            catch (System.Exception bssr4CreateTblLogException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblLog!");
            }
        }