Files
mixtape/zero.Core/Preview/Routing/PreviewRouteModel.cs
T
2022-03-04 00:45:07 +01:00

8 lines
150 B
C#

namespace zero.Routing;
public class PreviewRouteModel : ISupportsRouting
{
public string Id { get; set; }
public string Hash { get; set; }
}