CSV Importer erweitert.

HAUSREV6.0 Implementiert
This commit is contained in:
2023-07-04 20:16:24 +02:00
parent 373de79167
commit 2492f3bfab
9 changed files with 76 additions and 17 deletions

View File

@@ -10,6 +10,6 @@ namespace Shared.Contracts
{
public interface IImport
{
List<Schacht> LoadSchaechte(string filename, EEntwaeserung entwaeserung);
List<Schacht> LoadSchaechte(string filename, string vermesser);
}
}