コード例 #1
0
        protected async void Form0Submit(TblSoOrderDetail args)
        {
            try
            {
                var otErpCreateTblSoOrderDetailResult = await OtErp.CreateTblSoOrderDetail(tblsoorderdetail);

                DialogService.Close(tblsoorderdetail);
            }
            catch (Exception otErpCreateTblSoOrderDetailException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblSoOrderDetail!");
            }
        }