Leistungsverzeichnis baustellen hinzugefügt

This commit is contained in:
Husky
2020-04-13 20:30:40 +02:00
parent d655f98681
commit a2ee9cdeab
3 changed files with 51 additions and 14 deletions

View File

@@ -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; }
}
}