Beispiel #1
0
 public RssResult(Feed feed)
     : base(feed)
 {
 }
Beispiel #2
0
 protected SyndicationResultBase(Feed feed)
 {
     Feed = feed;
 }