示例#1
0
 public virtual IEnumerable <CsvRow> RetrieveExportData(string id)
 {
     return(ResponseReader.ReadExportData(RetrieveExportStream(id)));
 }