Schlauchliner erweitert
This commit is contained in:
@@ -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.PipeLinerServices
|
||||
{
|
||||
public interface IPipeLinerService
|
||||
{
|
||||
Task<PipeLiner> CreatePipeLiner(SewerObject sewerObject);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user