Add Exceptionhandler, AlertService JSON-Converter AppSettings via DI Reformat Code
6 lines
139 B
C#
6 lines
139 B
C#
namespace Jugenddienst_Stunden.Types;
|
|
|
|
internal class Timetable {
|
|
public List<TimetableEntry> timetable;
|
|
public decimal wochensumme;
|
|
} |