Рабочий чат
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using Knot.Shared.Kernel;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Knot.Contracts.Relations.Application.Contacts;
|
||||
|
||||
public record CheckBlockedStatusQuery(Guid UserId, List<Guid> CandidateIds) : IQuery<List<Guid>>;
|
||||
@@ -0,0 +1,7 @@
|
||||
using Knot.Shared.Kernel;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Knot.Contracts.Relations.Application.Contacts;
|
||||
|
||||
public record GetBlockedUserIdsQuery(Guid UserId) : IQuery<List<Guid>>;
|
||||
Reference in New Issue
Block a user