using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace HL_FristAidPlatform_DTO { public class IntegrityStatisicsDTO { /// /// /// public int HighIntegrity { get; set; } /// /// /// public int MiddleIntegrity { get; set; } /// /// /// public int LowIntegrity { get; set; } } }