Esempio n. 1
0
        public void NoteUpdateURL(Noteupdateurl noteupdateurl)
        {
            var pdsnoteupdateurl = new pdsnoteupdateurlDataSet();

            DataRow ttblnoteupdateurlCriteria = pdsnoteupdateurl.ttblnoteupdateurl.NewttblnoteupdateurlRow();

            Noteupdateurl.UpdateRowFromNoteupdateurl(ref ttblnoteupdateurlCriteria, noteupdateurl);
            pdsnoteupdateurl.ttblnoteupdateurl.AddttblnoteupdateurlRow((pdsnoteupdateurlDataSet.ttblnoteupdateurlRow)ttblnoteupdateurlCriteria);

            string cErrorMessage = string.Empty;


            NLogLoggerP.Trace("NoteUpdateURL - Asnotescom - Before Call");
            StopwatchUtil.Time(
                () =>
            {
                using (var poAsnotescomproxy = this.proxyAppObject.CreatePO_asnotescomproxy())
                {
                    this.SetRequiredContextParameters();
                    poAsnotescomproxy.NoteUpdateURL(ref pdsContext, ref pdsnoteupdateurl, out cErrorMessage);
                }
            });
            NLogLoggerP.Info("NoteUpdateURL - Asnotescom - After Call");


            this.ReportErrors(cErrorMessage);
            this.ReportErrors(this.pdsContext);
            this.ReportErrors(pdsnoteupdateurl);
        }
Esempio n. 2
0
 public void NoteUpdateURL(Noteupdateurl noteupdateurl)
 {
     this.adapter.NoteUpdateURL(noteupdateurl);
 }
Esempio n. 3
0
 public void NoteUpdateURL(Noteupdateurl noteupdateurl)
 {
     this.repository.NoteUpdateURL(noteupdateurl);
 }