/// <summary> /// Adds the specified stat into an internal buffer that will be presisted into the database when flushed. /// </summary> /// <param name="stat">The stat.</param> internal void Add(ApplicationStatistics stat) { Statistics.Add(stat); }
public void Add(ApplicationStatistics item) { this.Statistics.Add(item); }