Ejemplo n.º 1
0
        public Icipfetchadjresults ICIPFetchAdjusters(Icipfetchadjcriteria icipfetchadjcriteria)
        {
            var result = new Icipfetchadjresults();

            var pdsicipfetchadj = new pdsicipfetchadjDataSet();

            DataRow ttblicipfetchadjcriteriaCriteria = pdsicipfetchadj.ttblicipfetchadjcriteria.NewttblicipfetchadjcriteriaRow();

            Icipfetchadjcriteria.UpdateRowFromIcipfetchadjcriteria(ref ttblicipfetchadjcriteriaCriteria, icipfetchadjcriteria);
            pdsicipfetchadj.ttblicipfetchadjcriteria.AddttblicipfetchadjcriteriaRow((pdsicipfetchadjDataSet.ttblicipfetchadjcriteriaRow)ttblicipfetchadjcriteriaCriteria);

            string cErrorMessage = string.Empty;


            NLogLoggerP.Trace("ICIPFetchAdjusters - Asicwhseprod - Before Call");
            StopwatchUtil.Time(
                () =>
            {
                using (var poAsicwhseprodproxy = this.proxyAppObject.CreatePO_asicwhseprodproxy())
                {
                    this.SetRequiredContextParameters();
                    poAsicwhseprodproxy.ICIPFetchAdjusters(ref pdsContext, ref pdsicipfetchadj, out cErrorMessage);
                }
            });
            NLogLoggerP.Info("ICIPFetchAdjusters - Asicwhseprod - After Call");


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

            if (pdsicipfetchadj.ttblicipfetchadjresults.Count > 0)
            {
                result = Icipfetchadjresults.BuildIcipfetchadjresultsFromRow(pdsicipfetchadj.ttblicipfetchadjresults[0]);
            }


            return(result);
        }
Ejemplo n.º 2
0
 public Icipfetchadjresults ICIPFetchAdjusters(Icipfetchadjcriteria icipfetchadjcriteria)
 {
     return(this.repository.ICIPFetchAdjusters(icipfetchadjcriteria));
 }
Ejemplo n.º 3
0
 public Icipfetchadjresults ICIPFetchAdjusters(Icipfetchadjcriteria icipfetchadjcriteria)
 {
     return(this.adapter.ICIPFetchAdjusters(icipfetchadjcriteria));
 }