Refactor Api-Client
Add Exceptionhandler, AlertService JSON-Converter AppSettings via DI Reformat Code
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
/// <summary>
|
||||
/// Summe der geleisteten Stunden.
|
||||
/// </summary>
|
||||
internal struct TimeDay {
|
||||
public int Day { get; set; }
|
||||
public double Hours { get; set; }
|
||||
}
|
||||
public struct TimeDay {
|
||||
public int Day { get; set; }
|
||||
public double Hours { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user