femto-backend/Femto.Api/Controllers/Posts/Dto/AddPostCommentRequest.cs
2025-08-10 21:21:40 +02:00

3 lines
No EOL
111 B
C#

namespace Femto.Api.Controllers.Posts.Dto;
public record AddPostCommentRequest(Guid AuthorId, string Content);