Пример #1
0
 public Byte[] ExportQueryResult(QueryResult myQueryResult)
 {
     return Encoding.UTF8.GetBytes(myQueryResult.ToMediaRSS());
 }