Reworking Stundenpage

Todo: Summary not showing anymore
This commit is contained in:
2024-08-25 00:56:05 +02:00
parent c5037fb000
commit acd7cc602c
5 changed files with 115 additions and 22 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Jugenddienst_Stunden.Models {
internal class Projekt {
public int Id { get; set; }
public string Name { get; set; }
}
}