Refactor Api-Client
Add Exceptionhandler, AlertService JSON-Converter AppSettings via DI Reformat Code
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Jugenddienst_Stunden.Types;
|
||||
|
||||
internal class TimetableEntry {
|
||||
public List<TimeOnly>? Von;
|
||||
public List<TimeOnly>? Bis;
|
||||
public decimal Summe { get; set; }
|
||||
}
|
||||
public List<TimeOnly>? Von;
|
||||
public List<TimeOnly>? Bis;
|
||||
public decimal Summe { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user