C# Class IsThereAnyNews.DataAccess.Implementation.StatisticsRepository

Inheritance: IStatisticsRepository
Afficher le fichier Open project: jstadnicki/isthereanynews

Méthodes publiques

Méthode Description
GetNewsThatWasReadMost ( int i ) : List
GetToReadChannels ( int count ) : List
GetUsersThatReadMostNews ( int i ) : List
LoadAllEventsFromAndToDate ( System.DateTime startDate, System.DateTime endDate ) : List
StatisticsRepository ( ItanDatabaseContext database ) : System

Private Methods

Méthode Description
ProjectToUserStatistics ( User model ) : UserWithStatistics
ToChannelStatistics ( RssChannel model ) : ChannelWithSubscriptionCount
ToRssStatistics ( RssEntryToRead model ) : RssStatistics

Method Details

GetNewsThatWasReadMost() public méthode

public GetNewsThatWasReadMost ( int i ) : List
i int
Résultat List

GetToReadChannels() public méthode

public GetToReadChannels ( int count ) : List
count int
Résultat List

GetUsersThatReadMostNews() public méthode

public GetUsersThatReadMostNews ( int i ) : List
i int
Résultat List

LoadAllEventsFromAndToDate() public méthode

public LoadAllEventsFromAndToDate ( System.DateTime startDate, System.DateTime endDate ) : List
startDate System.DateTime
endDate System.DateTime
Résultat List

StatisticsRepository() public méthode

public StatisticsRepository ( ItanDatabaseContext database ) : System
database IsThereAnyNews.EntityFramework.ItanDatabaseContext
Résultat System