return postdto from post create
This commit is contained in:
parent
8ad4302ec8
commit
d1687f276b
15 changed files with 226 additions and 111 deletions
6
Femto.Api/Controllers/Posts/Dto/LoadPostsResponse.cs
Normal file
6
Femto.Api/Controllers/Posts/Dto/LoadPostsResponse.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
using JetBrains.Annotations;
|
||||
|
||||
namespace Femto.Api.Controllers.Posts.Dto;
|
||||
|
||||
[PublicAPI]
|
||||
public record LoadPostsResponse(IEnumerable<PostDto> Posts, Guid? Next);
|
Loading…
Add table
Add a link
Reference in a new issue