femto-backend/Femto.Api/Controllers/Authors/Dto/GetAuthorPostsSearchParams.cs
2025-05-04 21:46:24 +02:00

3 lines
No EOL
112 B
C#

namespace Femto.Api.Controllers.Authors.Dto;
public record GetAuthorPostsSearchParams(Guid? From, int? Amount);