Перепиливание под чистый DDD
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Knot.Modules.Conversations.Domain;
|
||||
using System;
|
||||
|
||||
namespace Knot.Modules.Conversations.Application.DTOs;
|
||||
|
||||
public record ChatMemberDto(
|
||||
Guid Id,
|
||||
Guid UserId,
|
||||
string Role,
|
||||
bool IsPinned,
|
||||
ChatUserDto? User
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user