Erweitert
This commit is contained in:
11
DataStoring.Contract/IAuftraggeberRepository.cs
Normal file
11
DataStoring.Contract/IAuftraggeberRepository.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Models;
|
||||
|
||||
namespace DataStoring.Contract
|
||||
{
|
||||
public interface IAuftraggeberRepository
|
||||
{
|
||||
List<Auftraggeber> Query {get;}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user