datetime etc
This commit is contained in:
parent
0d7da2ea85
commit
59d660165f
7 changed files with 23 additions and 23 deletions
|
@ -3,4 +3,4 @@ using JetBrains.Annotations;
|
|||
namespace Femto.Api.Controllers.Authors.Dto;
|
||||
|
||||
[PublicAPI]
|
||||
public record AuthorPostDto(Guid PostId, string Content, IEnumerable<Uri> Media, DateTime CreatedAt, AuthoPostAuthorDto Author );
|
||||
public record AuthorPostDto(Guid PostId, string Content, IEnumerable<Uri> Media, DateTimeOffset CreatedAt, AuthoPostAuthorDto Author );
|
|
@ -8,5 +8,5 @@ public record PublicPostDto(
|
|||
Guid PostId,
|
||||
string Content,
|
||||
IEnumerable<Uri> Media,
|
||||
DateTime CreatedAt
|
||||
DateTimeOffset CreatedAt
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue