Esempio n. 1
0
        public void NoteCreateURL(Notecreateurl notecreateurl)
        {
            var pdsnotecreateurl = new pdsnotecreateurlDataSet();

            DataRow ttblnotecreateurlCriteria = pdsnotecreateurl.ttblnotecreateurl.NewttblnotecreateurlRow();

            Notecreateurl.UpdateRowFromNotecreateurl(ref ttblnotecreateurlCriteria, notecreateurl);
            pdsnotecreateurl.ttblnotecreateurl.AddttblnotecreateurlRow((pdsnotecreateurlDataSet.ttblnotecreateurlRow)ttblnotecreateurlCriteria);

            string cErrorMessage = string.Empty;


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


            this.ReportErrors(cErrorMessage);
            this.ReportErrors(this.pdsContext);
            this.ReportErrors(pdsnotecreateurl);
        }
Esempio n. 2
0
 public void NoteCreateURL(Notecreateurl notecreateurl)
 {
     this.adapter.NoteCreateURL(notecreateurl);
 }
Esempio n. 3
0
 public void NoteCreateURL(Notecreateurl notecreateurl)
 {
     this.repository.NoteCreateURL(notecreateurl);
 }