示例#1
0
        public BaseResponse GetMappedData()
        {
            BaseResponse resp = new BaseResponse();

            resp = _supportRepository.GetMappedData();
            return(resp);
        }