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