3 lines
No EOL
124 B
C#
3 lines
No EOL
124 B
C#
namespace Femto.Modules.Blog.Application.Queries.GetPosts.Dto;
|
|
|
|
public record PostAuthorDto(Guid AuthorId, string Username); |