示例#1
0
        public void GetErrorCode(string API_NAME, ref DataTable dtt)
        {
            BaseResponse resp = new BaseResponse();

            _supportRepository.GetErrorCode(API_NAME, ref dtt);
            // return resp;
        }