Exemple #1
0
        public void GetXMPResponse(string tran_id, ref string resps)
        {
            BaseResponse resp = new BaseResponse();

            _supportRepository.GetXMPResponse(tran_id, ref resps);
            // return resp;
        }