Baustellenmanager
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
using DataStoring.Contract;
|
||||
using DichtheitManagement.Contract;
|
||||
|
||||
using Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
using System.Linq;
|
||||
using System.Linq.Expressions;
|
||||
using System.Text;
|
||||
|
||||
namespace DichtheitManagement
|
||||
@@ -21,7 +24,7 @@ namespace DichtheitManagement
|
||||
|
||||
public IQueryable<Bauvorhaben> GetAllBauvorhaben()
|
||||
{
|
||||
return _repository.Query;
|
||||
return _repository.Get(includeProperties: "Auftraggeber");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user