Example #1
0
        protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblIcTransactionType args)
        {
            try
            {
                var dbAtVdc2CreateTblIcTransactionTypeResult = await DbAtVdc2.CreateTblIcTransactionType(tblictransactiontype);

                DialogService.Close(tblictransactiontype);
            }
            catch (Exception dbAtVdc2CreateTblIcTransactionTypeException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblIcTransactionType!");
            }
        }