Add Exceptionhandler, AlertService JSON-Converter AppSettings via DI Reformat Code
6 lines
117 B
C#
6 lines
117 B
C#
namespace Jugenddienst_Stunden.Types;
|
|
|
|
public class NominalWeek {
|
|
public int Week_number;
|
|
public double Hours;
|
|
} |