struct
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace Jugenddienst_Stunden.Types;
|
||||
public class Base {
|
||||
public struct Base {
|
||||
public Collection<Projekt>? Projekte { get; set; }
|
||||
public Collection<Gemeinde>? Gemeinden { get; set; }
|
||||
public Collection<Freistellung>? Freistellungen { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user