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