Example #1
0
 /// <summary>
 /// Shows statistics for the website. Contains:
 /// Count of the number of users (total, active, and inactive), records and comments.
 /// </summary>
 /// <returns>View that contains all statistics.</returns>
 public ActionResult ShowStatistics()
 {
     return(View(StatisticManager.GetStatistics()));
 }