mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
FriendsController
This commit is contained in:
@@ -9,5 +9,6 @@ public interface IUsersReader
|
||||
public Task<List<User>> FindByRangeIdAsync(IEnumerable<Guid> ids);
|
||||
public Task<User> FindByUsernameAsync(string username);
|
||||
public Task<List<User>> FindByRangeUsernamesAsync(IEnumerable<string> usernames);
|
||||
public Task<List<User>> SearchPotentialFriendsAsync(Guid currentUserId, string query);
|
||||
public Task<List<User>> FindUsersByCreatedDateAsync(DateOnly createdDate);
|
||||
}
|
||||
Reference in New Issue
Block a user