Settings so halb und a bissi aufgeräumt ...
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
namespace Jugenddienst_Stunden.Types;
|
||||
|
||||
namespace Jugenddienst_Stunden.Types;
|
||||
|
||||
internal class TimetableEntry
|
||||
{
|
||||
public List<TimeOnly>? von;
|
||||
public List<TimeOnly>? bis;
|
||||
public decimal summe { get; set; }
|
||||
}
|
||||
internal class TimetableEntry {
|
||||
public List<TimeOnly>? Von;
|
||||
public List<TimeOnly>? Bis;
|
||||
public decimal Summe { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user