Exemple #1
0
        public IHttpActionResult ConsumerHistoryLookup(ConsumerHistoryLookupRequest req)
        {
            req.MgiSessionType = SessionType.SEND;

            var consumerRespVm = _consumerBusiness.ConsumerHistoryLookup(req);

            return(Ok(consumerRespVm));
        }
        public IHttpActionResult ConsumerHistoryLookup(ConsumerHistoryLookupRequest req)
        {
            var consumerRespVm = _business.ConsumerHistoryLookup(req);

            return(Ok(consumerRespVm));
        }