5 lines
No EOL
188 B
C#
5 lines
No EOL
188 B
C#
namespace Femto.Modules.Blog.Contracts.Dto;
|
|
|
|
public record GetAuthorPostsDto(Guid PostId, string Text, IList<GetAuthorPostsMediaDto> Media);
|
|
|
|
public record GetAuthorPostsMediaDto(Uri Url); |