SOLID
This commit is contained in:
@@ -6,4 +6,5 @@ public interface IUserDisplayNameProvider
|
||||
{
|
||||
Task<string> GetDisplayNameAsync(Guid userId, CancellationToken ct = default);
|
||||
Task<UserInfo?> GetUserInfoAsync(Guid userId, CancellationToken ct = default);
|
||||
Task<IReadOnlyDictionary<Guid, UserInfo>> GetUsersInfoAsync(IEnumerable<Guid> userIds, CancellationToken ct = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user