示例#1
0
        public DataTable ReadExcelFile(string filepath)
        {
            BaseResponse resp  = new BaseResponse();
            DataTable    resps = _supportRepository.ReadExcelFile(filepath);

            return(resps);
        }