Testdateien hinzugefügt.
Schächte werden Importiert
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using SewerStammGen.Shared.Domain;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -6,8 +7,8 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.Contracts
|
||||
{
|
||||
internal interface IImport
|
||||
public interface IImport
|
||||
{
|
||||
|
||||
List<Schacht> LoadSchaechte(string filename, EEntwaeserung entwaeserung);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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