using System; using System.Collections.Generic; using System.Linq; namespace Models { [Serializable] public class PressureTest { bool bestanden; public int Id { get; set; } public List Measuredatas { get; set; } } }