3 lines
No EOL
149 B
C#
3 lines
No EOL
149 B
C#
namespace Femto.Modules.Blog.Application.Queries.GetPosts.Dto;
|
|
|
|
public record PostCommentDto(string Author, string Content, DateTimeOffset PostedOn); |