C# Class IsThereAnyNews.DataAccess.Implementation.RssActionRepository

Inheritance: IRssActionRepository
Show file Open project: jstadnicki/isthereanynews

Public Methods

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 ( ItanDatabaseContext database ) : IsThereAnyNews.EntityFramework

Private Methods

Method Description
SaveFeatureRequestToDatabase ( FeatureRequest featureRequest ) : void

Method Details

AddCommentRequestByUserForArticle() public method

public AddCommentRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
return void

AddFullArticleRequestByUserForArticle() public method

public AddFullArticleRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
return void

AddNotReadRequestByUserForArticle() public method

public AddNotReadRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
return void

AddReadLaterRequestByUserForArticle() public method

public AddReadLaterRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
return void

AddShareRequestByUserForArticle() public method

public AddShareRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
return void

AddVoteDownRequestByUserForArticle() public method

public AddVoteDownRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
return void

AddVoteUpRequestByUserForArticle() public method

public AddVoteUpRequestByUserForArticle ( long userId, StreamType modelStreamType, long id ) : void
userId long
modelStreamType StreamType
id long
return void

RssActionRepository() public method

public RssActionRepository ( ItanDatabaseContext database ) : IsThereAnyNews.EntityFramework
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
return IsThereAnyNews.EntityFramework