Auftraggeber wird in protokoll mit abgebildet

This commit is contained in:
Husky
2018-07-30 12:54:39 +02:00
parent f79d8985f0
commit 3b6b3a9080
11 changed files with 61 additions and 17 deletions

View File

@@ -1,4 +1,5 @@
using System;
using SanShared;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -12,7 +13,7 @@ namespace KlassenBIB
///
/// </summary>
[ContentProperty("Objekte")]
public class Projekt
public class Projekt :IProjekt
{
/// <summary>
///
@@ -25,7 +26,7 @@ namespace KlassenBIB
/// <summary>
///
/// </summary>
public Auftraggeber Auftraggeber { get; set; }
public IAuftraggeber Auftraggeber { get; set; }
/// <summary>
///
/// </summary>