Datenschnittstelle erweitert

This commit is contained in:
HuskyTeufel
2022-05-30 15:51:01 +02:00
parent b2a9d46c4d
commit 455f57fd35
38 changed files with 647 additions and 116 deletions

View File

@@ -10,5 +10,8 @@ namespace DichtheitManagement.Contract
{
IQueryable<Bauvorhaben> GetAllBauvorhaben();
void Add(Bauvorhaben bauvorhaben);
Bauvorhaben GetBauvorhaben(int id);
List<Bauvorhaben> GetBauvorhaben(Auftraggeber auftraggeber);
void Update(Bauvorhaben bauvorhaben);
}
}