Durchlaufene Menu erzeugt
This commit is contained in:
15
DichtheitManagement.Contract/IInspektionsObjectManager.cs
Normal file
15
DichtheitManagement.Contract/IInspektionsObjectManager.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DichtheitManagement.Contract
|
||||
{
|
||||
public interface IInspektionsObjectManager
|
||||
{
|
||||
void Add(Inspektionsobjekt inspektionsobjekt);
|
||||
List<Inspektionsobjekt> GetInspektionsobjekt(Bauvorhaben bauvorhaben);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user