示例#1
0
        protected async System.Threading.Tasks.Task Form0Submit(Bssr.Models.Bssr4.TblBanki args)
        {
            try
            {
                var bssr4CreateTblBankiResult = await Bssr4.CreateTblBanki(tblbanki);

                DialogService.Close(tblbanki);
            }
            catch (System.Exception bssr4CreateTblBankiException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblBanki!");
            }
        }