C# Class NuGetGallery.DatabasePackageStatisticsService

Inheritance: IPackageStatisticsService
Show file Open project: chocolatey/chocolatey.org

Public Methods

Method Description
DatabasePackageStatisticsService ( IEntityRepository packageStatsRepository )
RecordPackageDownloadStatistics ( int packageKey, string userHostAddress, string userAgent ) : void

Method Details

DatabasePackageStatisticsService() public method

public DatabasePackageStatisticsService ( IEntityRepository packageStatsRepository )
packageStatsRepository IEntityRepository

RecordPackageDownloadStatistics() public method

public RecordPackageDownloadStatistics ( int packageKey, string userHostAddress, string userAgent ) : void
packageKey int
userHostAddress string
userAgent string
return void