Method | Description | |
---|---|---|
AddCommentRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
AddFullArticleRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
AddNotReadRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
AddReadLaterRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
AddShareRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
AddVoteDownRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
AddVoteUpRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
RssActionRepository ( |
Method | Description | |
---|---|---|
SaveFeatureRequestToDatabase ( |
public AddCommentRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
userId | long | |
modelStreamType | StreamType | |
id | long | |
return | void |
public AddFullArticleRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
userId | long | |
modelStreamType | StreamType | |
id | long | |
return | void |
public AddNotReadRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
userId | long | |
modelStreamType | StreamType | |
id | long | |
return | void |
public AddReadLaterRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
userId | long | |
modelStreamType | StreamType | |
id | long | |
return | void |
public AddShareRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
userId | long | |
modelStreamType | StreamType | |
id | long | |
return | void |
public AddVoteDownRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
userId | long | |
modelStreamType | StreamType | |
id | long | |
return | void |
public AddVoteUpRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void | ||
userId | long | |
modelStreamType | StreamType | |
id | long | |
return | void |
public RssActionRepository ( |
||
database | ||
return | IsThereAnyNews.EntityFramework |