Exemple #1
0
        public Icipfetchroairesults ICIPFetchROAI(Icipfetchroaicriteria icipfetchroaicriteria)
        {
            var result = new Icipfetchroairesults();

            var pdsicipfetchroai = new pdsicipfetchroaiDataSet();

            DataRow ttblicipfetchroaicriteriaCriteria = pdsicipfetchroai.ttblicipfetchroaicriteria.NewttblicipfetchroaicriteriaRow();

            Icipfetchroaicriteria.UpdateRowFromIcipfetchroaicriteria(ref ttblicipfetchroaicriteriaCriteria, icipfetchroaicriteria);
            pdsicipfetchroai.ttblicipfetchroaicriteria.AddttblicipfetchroaicriteriaRow((pdsicipfetchroaiDataSet.ttblicipfetchroaicriteriaRow)ttblicipfetchroaicriteriaCriteria);

            string cErrorMessage = string.Empty;


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


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

            if (pdsicipfetchroai.ttblicipfetchroairesults.Count > 0)
            {
                result = Icipfetchroairesults.BuildIcipfetchroairesultsFromRow(pdsicipfetchroai.ttblicipfetchroairesults[0]);
            }


            return(result);
        }
Exemple #2
0
 public Icipfetchroairesults ICIPFetchROAI(Icipfetchroaicriteria icipfetchroaicriteria)
 {
     return(this.repository.ICIPFetchROAI(icipfetchroaicriteria));
 }
Exemple #3
0
 public Icipfetchroairesults ICIPFetchROAI(Icipfetchroaicriteria icipfetchroaicriteria)
 {
     return(this.adapter.ICIPFetchROAI(icipfetchroaicriteria));
 }