Reorganize root folder structure: Remove apps layer layer
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
using System;
|
||||
|
||||
namespace Knot.Modules.Chats.Application.DTOs;
|
||||
|
||||
public sealed record CreatePersonalChatRequest(Guid UserId);
|
||||
Reference in New Issue
Block a user