Example #1
0
        protected async System.Threading.Tasks.Task Form0Submit(CanErpHp.Models.DbAtVdc2.TblHpChiTietCongTac args)
        {
            try
            {
                var dbAtVdc2CreateTblHpChiTietCongTacResult = await DbAtVdc2.CreateTblHpChiTietCongTac(tblhpchitietcongtac);

                DialogService.Close(tblhpchitietcongtac);
            }
            catch (Exception dbAtVdc2CreateTblHpChiTietCongTacException)
            {
                NotificationService.Notify(NotificationSeverity.Error, $"Error", $"Unable to create new TblHpChiTietCongTac!");
            }
        }