Repository erweitert

This commit is contained in:
Husky
2020-02-21 10:01:01 +01:00
parent 38e4d2aa6e
commit 842c42be58
3 changed files with 29 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ namespace KanSan.ViewModel
public ProjektViewModel()
{
_baustelle = unitOfWork.BaustellenRepository.Get().First();
_baustelle = unitOfWork.ProjekteRepository.Get().First();
ortTeil = _baustelle.Ort;
baustelleNummer = _baustelle.Projektnummer;