Schachtservice dummy files added

This commit is contained in:
2023-04-12 22:40:40 +02:00
parent 7a036b3404
commit 6878284b61
3 changed files with 56 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ namespace SewerStammGen.Shared.Contracts
{
public interface ISchachtDataService : IDataService<Schacht>
{
Task<IEnumerable<Schacht>> GetAllByProjekt(int projektID);
Task<IEnumerable<Schacht>> GetAllByProjekt(Projekt projekt);
}
}