Ohne Syncfusion
This commit is contained in:
@@ -11,5 +11,6 @@ namespace SewerStammGen.Shared.Contracts
|
||||
public interface ISchachtDataService : IDataService<Schacht>
|
||||
{
|
||||
Task<IEnumerable<Schacht>> GetAll(int projektID);
|
||||
Task<Schacht> GetSchachtByNameAndProjekt(string name, int projektID);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@ namespace SewerStammGen.Shared.Contracts
|
||||
public interface ISchachtService
|
||||
{
|
||||
Task<Schacht> CreateSchacht(Projekt proj);
|
||||
Task<Schacht> FindSchachtByNameAndProjektID(string name, int projektID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user