Files
forkmessager/backend/src/Contracts/Relations/Application/Contacts/CheckBlockedStatus.cs
Халимов Рустам 4ae7dd60ce Рабочий чат
2026-04-01 23:18:55 +03:00

8 lines
231 B
C#

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>>;