Example #1
0
        protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblIcClassification args)
        {
            try
            {
                var dbAtVdc2CreateTblIcClassificationResult = await DbAtVdc2.CreateTblIcClassification(tblicclassification);

                DialogService.Close(tblicclassification);
            }
            catch (Exception dbAtVdc2CreateTblIcClassificationException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblIcClassification!");
            }
        }