WPF hinzugefügt
This commit is contained in:
14
DichtheitManagement.Contract/IBaustelleManager.cs
Normal file
14
DichtheitManagement.Contract/IBaustelleManager.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace DichtheitManagement.Contract
|
||||
{
|
||||
public interface IBaustelleManager
|
||||
{
|
||||
IQueryable<Bauvorhaben> GetAllBauvorhaben();
|
||||
void Add(Bauvorhaben bauvorhaben);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user