namespace Jugenddienst_Stunden.Types; internal class TimetableEntry { public List? Von; public List? Bis; public decimal Summe { get; set; } }