using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Tango.Portal.Models { public class Statistics { public int TotalDyedThread { get; set; } public int JobsCompleted { get; set; } public int SoftwareUpgrades { get; set; } } }