Example #1
0
        protected async System.Threading.Tasks.Task Form0Submit(CanErp2.Models.DbAtVdc2.TblIcTransaction args)
        {
            try
            {
                var dbAtVdc2CreateTblIcTransactionResult = await DbAtVdc2.CreateTblIcTransaction(tblictransaction);

                DialogService.Close(tblictransaction);
            }
            catch (Exception dbAtVdc2CreateTblIcTransactionException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblIcTransaction!");
            }
        }