6 lines
No EOL
152 B
C#
6 lines
No EOL
152 B
C#
using JetBrains.Annotations;
|
|
|
|
namespace Femto.Api.Controllers.Posts.Dto;
|
|
|
|
[PublicAPI]
|
|
public record PublicPostAuthorDto(Guid AuthorId, string Username); |