Settings geht noch nicht ganz
This commit is contained in:
15
Jugenddienst Stunden/Types/Settings.cs
Normal file
15
Jugenddienst Stunden/Types/Settings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace Jugenddienst_Stunden.Types;
|
||||
|
||||
/// <summary>
|
||||
/// Einstellungen
|
||||
/// </summary>
|
||||
public class Settings
|
||||
{
|
||||
public bool ProjektAktivSet { get; set; }
|
||||
public bool GemeindeAktivSet { get; set; }
|
||||
public Collection<Projekt> Projekte { get; set; }
|
||||
public Collection<Gemeinde> Gemeinden { get; set; }
|
||||
public Collection<Freistellung> Freistellungen { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user