Example #1
0
        protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblSoOrderDetailStatus args)
        {
            try
            {
                var dbAtVdc2CreateTblSoOrderDetailStatusResult = await DbAtVdc2.CreateTblSoOrderDetailStatus(tblsoorderdetailstatus);

                DialogService.Close(tblsoorderdetailstatus);
            }
            catch (Exception dbAtVdc2CreateTblSoOrderDetailStatusException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblSoOrderDetailStatus!");
            }
        }