protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpLoaiChamCong args) { try { var dbAtVdc2CreateTblHpLoaiChamCongResult = await DbAtVdc2.CreateTblHpLoaiChamCong(tblhploaichamcong); DialogService.Close(tblhploaichamcong); } catch (Exception dbAtVdc2CreateTblHpLoaiChamCongException) { NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpLoaiChamCong!"); } }