Repository erweitert
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user