Ejemplo n.º 1
0
 public FeatureRequest(
     long userId,
     long rssEntryId,
     StreamType modelStreamType,
     FeatureRequestType featureRequestType)
 {
     this.UserId     = userId;
     this.RssEntryId = rssEntryId;
     this.StreamType = modelStreamType;
     this.Type       = featureRequestType;
 }
Ejemplo n.º 2
0
 public FeatureRequest(
     long userId,
     long rssEntryId,
     StreamType modelStreamType,
     FeatureRequestType featureRequestType)
 {
     this.UserId = userId;
     this.RssEntryId = rssEntryId;
     this.StreamType = modelStreamType;
     this.Type = featureRequestType;
 }