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;
using System.Collections.Generic;
namespace Models {
[Serializable]
public class Auftraggeber {
public int Id {get;set;}
public string Name {get;set;}