Exemplo n.º 1
0
 protected override string GetFeedXML(int ttl)
 {
     return(SpaceFeeds.GetBlogAggRss(ttl));
 }
Exemplo n.º 2
0
 protected override string GetFeedXML(int ttl, int uid)
 {
     return(SpaceFeeds.GetBlogRss(ttl, uid));
 }