forked from Eauldane/SnowcloakClient
Initial
This commit is contained in:
9
MareAPI/MareSynchronosAPI/Dto/CharaData/CharaDataDto.cs
Normal file
9
MareAPI/MareSynchronosAPI/Dto/CharaData/CharaDataDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using MareSynchronos.API.Data;
|
||||
|
||||
namespace MareSynchronos.API.Dto.CharaData;
|
||||
|
||||
public record CharaDataDto(string Id, UserData Uploader)
|
||||
{
|
||||
public string Description { get; init; } = string.Empty;
|
||||
public DateTime UpdatedDate { get; init; }
|
||||
}
|
Reference in New Issue
Block a user