3 lines
No EOL
111 B
C#
3 lines
No EOL
111 B
C#
namespace Femto.Api.Controllers.Posts.Dto;
|
|
|
|
public record AddPostCommentRequest(Guid AuthorId, string Content); |