mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
Admin stuff init
UserController
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Govor.Core.Repositories.Users;
|
||||
|
||||
public interface IUsersReader
|
||||
{
|
||||
public Task<IEnumerable<User>> GetAllAsync();
|
||||
public Task<List<User>> GetAllAsync();
|
||||
public Task<User> FindByIdAsync(Guid id);
|
||||
public Task<List<User>> FindByRangeIdAsync(IEnumerable<Guid> ids);
|
||||
public Task<User> FindByUsernameAsync(string username);
|
||||
|
||||
Reference in New Issue
Block a user