Add Exceptionhandler, AlertService JSON-Converter AppSettings via DI Reformat Code
8 lines
164 B
C#
8 lines
164 B
C#
namespace Jugenddienst_Stunden.Types;
|
|
|
|
public class NominalDay {
|
|
public int day_number;
|
|
public int month_number;
|
|
public double hours;
|
|
public DateOnly date;
|
|
} |