示例#1
0
        public void NoteUpdateFile(Noteupdatefile noteupdatefile)
        {
            var pdsnoteupdatefile = new pdsnoteupdatefileDataSet();

            DataRow ttblnoteupdatefileCriteria = pdsnoteupdatefile.ttblnoteupdatefile.NewttblnoteupdatefileRow();

            Noteupdatefile.UpdateRowFromNoteupdatefile(ref ttblnoteupdatefileCriteria, noteupdatefile);
            pdsnoteupdatefile.ttblnoteupdatefile.AddttblnoteupdatefileRow((pdsnoteupdatefileDataSet.ttblnoteupdatefileRow)ttblnoteupdatefileCriteria);

            string cErrorMessage = string.Empty;


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


            this.ReportErrors(cErrorMessage);
            this.ReportErrors(this.pdsContext);
            this.ReportErrors(pdsnoteupdatefile);
        }
示例#2
0
 public void NoteUpdateFile(Noteupdatefile noteupdatefile)
 {
     this.adapter.NoteUpdateFile(noteupdatefile);
 }
示例#3
0
 public void NoteUpdateFile(Noteupdatefile noteupdatefile)
 {
     this.repository.NoteUpdateFile(noteupdatefile);
 }