Moved features to a specific folder
This commit is contained in:
12
src/Web/Features/Contents/Data/Content.cs
Normal file
12
src/Web/Features/Contents/Data/Content.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Hutopy.Web.Features.Contents.Data;
|
||||
|
||||
public class Content
|
||||
{
|
||||
public Guid Id { get; init; }
|
||||
public Guid CreatedBy { get; init; }
|
||||
public DateTimeOffset CreatedAt { get; }
|
||||
|
||||
public string? Title { get; init; }
|
||||
public string? Description { get; init; }
|
||||
public string? Uri { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user