Exemplo n.º 1
0
        public IHttpActionResult ConsumerHistoryLookup(ConsumerHistoryLookupRequest req)
        {
            req.MgiSessionType = SessionType.SEND;

            var consumerRespVm = _consumerBusiness.ConsumerHistoryLookup(req);

            return(Ok(consumerRespVm));
        }
Exemplo n.º 2
0
        public IHttpActionResult ConsumerHistoryLookup(ConsumerHistoryLookupRequest req)
        {
            var consumerRespVm = _business.ConsumerHistoryLookup(req);

            return(Ok(consumerRespVm));
        }