refactor: add to-do
This commit is contained in:
parent
b7839c4d44
commit
25812a0a7d
@ -32,6 +32,7 @@ public class DirectorySearchQueryHandler : IRequestHandler<DirectorySearchQuery,
|
|||||||
Password = _options.Value.Password
|
Password = _options.Value.Password
|
||||||
};
|
};
|
||||||
|
|
||||||
|
//TODO: add resolver to handle SearchRoot and AfterInit mapping
|
||||||
public Task<IEnumerable<ResultPropertyCollection>> Handle(DirectorySearchQuery request, CancellationToken cancellationToken = default)
|
public Task<IEnumerable<ResultPropertyCollection>> Handle(DirectorySearchQuery request, CancellationToken cancellationToken = default)
|
||||||
{
|
{
|
||||||
return Task.Run(() =>
|
return Task.Run(() =>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user