Settings so halb und a bissi aufgeräumt ...
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
namespace Jugenddienst_Stunden.Types;
|
||||
|
||||
namespace Jugenddienst_Stunden.Types;
|
||||
|
||||
public class NominalWeek
|
||||
{
|
||||
public int week_number;
|
||||
public decimal hours;
|
||||
}
|
||||
internal class NominalWeek {
|
||||
public int Week_number;
|
||||
public decimal Hours;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user