protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpChiTietChuyenMon args) { try { var dbAtVdc2CreateTblHpChiTietChuyenMonResult = await DbAtVdc2.CreateTblHpChiTietChuyenMon(tblhpchitietchuyenmon); DialogService.Close(tblhpchitietchuyenmon); } catch (Exception dbAtVdc2CreateTblHpChiTietChuyenMonException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpChiTietChuyenMon!"); } }