This commit is contained in:
HuskyTeufel
2021-05-07 16:30:41 +02:00
parent 0596e3a4a5
commit 663448739a
9 changed files with 198 additions and 112 deletions

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
namespace Models {
[Serializable]
public class Bauvorhaben {
public Auftraggeber Auftraggeber { get; set; }
public int Id { get; set; }