Разделение
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Knot.Contracts.Relations.Domain;
|
||||
|
||||
namespace Knot.Contracts.Relations.Application.Abstractions;
|
||||
|
||||
public interface IFriendshipRepository
|
||||
{
|
||||
Task<List<Friendship>> GetAcceptedFriendshipsAsync(Guid userId, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user