Add Exceptionhandler, AlertService JSON-Converter AppSettings via DI Reformat Code
7 lines
176 B
C#
7 lines
176 B
C#
namespace Jugenddienst_Stunden.Types;
|
|
|
|
public class Sollstunden {
|
|
public int Timetable { get; set; }
|
|
public int Wochentag { get; set; }
|
|
public double Zeit { get; set; }
|
|
} |