protected async void Load() { canEdit = true; var canErpDbAt132GetTblIcCategoryByCategoryIdResult = await CanErpDbAt132.GetTblIcCategoryByCategoryId($"{Category_ID}"); tbliccategory = canErpDbAt132GetTblIcCategoryByCategoryIdResult; }
protected async void Form0Submit(ErpCan.Models.CanErpDbAt132.TblIcCategory args) { try { var canErpDbAt132UpdateTblIcCategoryResult = await CanErpDbAt132.UpdateTblIcCategory($"{Category_ID}", tbliccategory); DialogService.Close(tbliccategory); } catch (Exception canErpDbAt132UpdateTblIcCategoryException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to update TblIcCategory"); } }
protected async void Load() { tbliccategory = new ErpCan.Models.CanErpDbAt132.TblIcCategory(); }