Durchlaufene Menu erzeugt
This commit is contained in:
@@ -19,7 +19,7 @@ namespace DichtheitManagement
|
||||
|
||||
public IQueryable<Auftraggeber> GetAllAuftraggeber()
|
||||
{
|
||||
return _repository.Get(includeProperties: "Baustellen,Baustellen.Prüfobjekte").Where(p => p.Id >= 0);
|
||||
return _repository.Get().Where(p => p.Id >= 0);
|
||||
}
|
||||
|
||||
public void Update(Auftraggeber update)
|
||||
|
||||
Reference in New Issue
Block a user