Projektstruktur optimiert und Benutzer- & Gruppenverzeichnisdienste abgeschlossen.
This commit is contained in:
11
DigitalData.Core.Contracts/Infrastructure/IADDataAccessor.cs
Normal file
11
DigitalData.Core.Contracts/Infrastructure/IADDataAccessor.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.DirectoryServices;
|
||||
|
||||
namespace DigitalData.Core.Contracts.Infrastructure
|
||||
{
|
||||
public interface IADDataAccessor
|
||||
{
|
||||
SearchResultCollection ReadAll();
|
||||
|
||||
SearchResult? ReadOne();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user