Hold on Subscriptions
This commit is contained in:
9
src/Web/Features/Contents/Data/Subscription.cs
Normal file
9
src/Web/Features/Contents/Data/Subscription.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Hutopy.Web.Features.Contents.Data;
|
||||
|
||||
public class Subscription
|
||||
{
|
||||
public Guid Id { get; init; }
|
||||
public Guid CreatorId { get; init; }
|
||||
public Guid CreatedBy { get; init; }
|
||||
public DateTimeOffset CreatedAt { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user