Schachtservice dummy files added
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user