Leistungsverzeichnis baustellen hinzugefügt
This commit is contained in:
15
KanSan.Base/Interfaces/ILeistungsverzeichnisViewPosition.cs
Normal file
15
KanSan.Base/Interfaces/ILeistungsverzeichnisViewPosition.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace KanSan.Base.Interfaces
|
||||
{
|
||||
public interface ILeistungsverzeichnisViewPosition
|
||||
{
|
||||
public string Positionsnummer { get; set; }
|
||||
public string Beschreibung { get; set; }
|
||||
public string Einheit { get; set; }
|
||||
public string Tag { get; set; }
|
||||
public bool IsActiveInBaustelle { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,6 @@ namespace KanSan.Base.Interfaces.UI
|
||||
public interface ILeistungsverzeichnisBaustelleViewModel
|
||||
{
|
||||
public List<Baustelle> Baustellen { get; }
|
||||
public List<LeistungsverzeichnisPosition> LeistungsverzeichnisPositionen { get; }
|
||||
public List<ILeistungsverzeichnisViewPosition> LeistungsverzeichnisPositionen { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user