3 lines
No EOL
129 B
C#
3 lines
No EOL
129 B
C#
namespace Femto.Api.Controllers.Posts.Dto;
|
|
|
|
public record PostCommentDto(string Author, string Content, DateTimeOffset PostedOn); |