Exemple #1
0
        public Crecqc CRECCretInfo(Crecqc crecqc)
        {
            var result = new Crecqc();

            var pdscrecqc = new pdscrecqcDataSet();

            DataRow ttblcrecqcCriteria = pdscrecqc.ttblcrecqc.NewttblcrecqcRow();

            Crecqc.UpdateRowFromCrecqc(ref ttblcrecqcCriteria, crecqc);
            pdscrecqc.ttblcrecqc.AddttblcrecqcRow((pdscrecqcDataSet.ttblcrecqcRow)ttblcrecqcCriteria);

            string cErrorMessage = string.Empty;


            NLogLoggerP.Trace("CRECCretInfo - Ascrentry - Before Call");
            StopwatchUtil.Time(
                () =>
            {
                using (var poAscrentryproxy = this.proxyAppObject.CreatePO_ascrentryproxy())
                {
                    this.SetRequiredContextParameters();
                    poAscrentryproxy.CRECCretInfo(ref pdsContext, ref pdscrecqc, out cErrorMessage);
                }
            });
            NLogLoggerP.Info("CRECCretInfo - Ascrentry - After Call");


            this.ReportErrors(cErrorMessage);
            this.ReportErrors(this.pdsContext);
            this.ReportErrors(pdscrecqc);

            if (pdscrecqc.ttblcrecqc.Count > 0)
            {
                result = Crecqc.BuildCrecqcFromRow(pdscrecqc.ttblcrecqc[0]);
            }


            return(result);
        }
Exemple #2
0
 public Crecqc CRECCretInfo(Crecqc crecqc)
 {
    return this.repository.CRECCretInfo(crecqc);
 } 
Exemple #3
0
 public Crecqc CRECQuickClear(Crecqc crecqc)
 {
    return this.repository.CRECQuickClear(crecqc);
 } 
Exemple #4
0
 public Crecqc CRECCretInfo(Crecqc crecqc)
 {
     return(this.adapter.CRECCretInfo(crecqc));
 }
Exemple #5
0
 public Crecqc CRECQuickClear(Crecqc crecqc)
 {
     return(this.adapter.CRECQuickClear(crecqc));
 }