Testdateien hinzugefügt.
Schächte werden Importiert
This commit is contained in:
@@ -13,5 +13,6 @@ namespace SewerStammGen.Shared.Contracts
|
||||
{
|
||||
Task<IEnumerable<Schacht>> GetAllByProjekt(int projektID);
|
||||
Task<IEnumerable<Schacht>> GetAllByProjekt(Projekt projekt);
|
||||
Task<bool> InsertSchachtBulk(List<Schacht> schacht);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user