using System.Collections.ObjectModel; namespace Jugenddienst_Stunden.Types; public class Base { public Collection? Projekte { get; set; } public Collection? Gemeinden { get; set; } public Collection? Freistellungen { get; set; } public int EmployeeId { get; set; } public Hours Hours { get; set; } public List daytime { get; set; } }