last ...
This commit is contained in:
@@ -122,6 +122,20 @@ namespace xIdentityService.Interfaces
|
||||
);
|
||||
#endregion
|
||||
|
||||
//
|
||||
#region Search ...
|
||||
/// <summary>
|
||||
/// Query Open To Search User Profiles ...
|
||||
/// </summary>
|
||||
/// <param name="tokens">requested user's identifiers</param>
|
||||
/// <param name="query">how to filter results based on <see>XQuery</see> structure</param>
|
||||
/// <returns>an instance of <see>XQueryResult</see> of <see>XUserProfileDto</see></returns>
|
||||
Task<XQueryResult<XUserProfileDto>> QueryOpenToSearchUsers(
|
||||
XTokenResponse tokens,
|
||||
XQuery query
|
||||
);
|
||||
#endregion
|
||||
|
||||
//
|
||||
#region Registration ...
|
||||
Task<bool> CanRegister(string userSelectByParam);
|
||||
|
||||
Reference in New Issue
Block a user