コード例 #1
0
        protected async void Form0Submit(TblGnCity args)
        {
            try
            {
                var otErpCreateTblGnCityResult = await OtErp.CreateTblGnCity(tblgncity);

                DialogService.Close(tblgncity);
            }
            catch (Exception otErpCreateTblGnCityException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblGnCity!");
            }
        }