Files
forkmessager/backend/src/Contracts/Relations/Application/Contacts/GetBlockedUserIds.cs
T

8 lines
205 B
C#

using Knot.Shared.Kernel;
using System;
using System.Collections.Generic;
namespace Knot.Contracts.Relations.Application.Contacts;
public record GetBlockedUserIdsQuery(Guid UserId) : IQuery<List<Guid>>;