Inheritance: IEntity, ICreatable, IModifiable
 public RssEntryToRead(RssEntry rssEntry, long rssChannelSubscriptionId)
 {
     this.RssEntryId = rssEntry.Id;
     this.RssEntry = rssEntry;
     this.RssChannelSubscriptionId = rssChannelSubscriptionId;
 }
示例#2
0
 public RssEntryToRead(RssEntry rssEntry, long rssChannelSubscriptionId)
 {
     this.RssEntryId = rssEntry.Id;
     this.RssEntry   = rssEntry;
     this.RssChannelSubscriptionId = rssChannelSubscriptionId;
 }