protected async System.Threading.Tasks.Task Load() { var dbAtVdc2GetTblHpNgachesResult = await DbAtVdc2.GetTblHpNgaches(); getTblHpNgachesResult = dbAtVdc2GetTblHpNgachesResult; tblhpbac = new CanErpHp.Models.DbAtVdc2.TblHpBac(); }
protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpBac args) { try { var dbAtVdc2CreateTblHpBacResult = await DbAtVdc2.CreateTblHpBac(tblhpbac); DialogService.Close(tblhpbac); } catch (Exception dbAtVdc2CreateTblHpBacException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpBac!"); } }