Sewerpoints und Objektnummern hinzugefügt
This commit is contained in:
14
DaSaSo.Domain/Services/ISewerPointDataService.cs
Normal file
14
DaSaSo.Domain/Services/ISewerPointDataService.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using DaSaSo.Domain.Model;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DaSaSo.Domain.Services
|
||||
{
|
||||
public interface ISewerPointDataService : IDataService<SewerPoint>
|
||||
{
|
||||
Task<SewerPoint> GetbyObjektname(string objektname);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user