C# Class Jabbot.Web.Models.Statistics.StatisticsViewModel

Exibir arquivo Open project: rbwestmoreland/Jabbot Class Usage Examples

Public Methods

Method Description
StatisticsViewModel ( long totalRequestsHandled, long totalRequestsHandledThisDay, long totalRequestsHandledThisMonth ) : System

Method Details

StatisticsViewModel() public method

public StatisticsViewModel ( long totalRequestsHandled, long totalRequestsHandledThisDay, long totalRequestsHandledThisMonth ) : System
totalRequestsHandled long
totalRequestsHandledThisDay long
totalRequestsHandledThisMonth long
return System