Files
mixtape/zero.Core/Preview/Routing/PreviewRouteModel.cs
T

8 lines
150 B
C#
Raw Normal View History

2022-03-04 00:45:07 +01:00
namespace zero.Routing;
public class PreviewRouteModel : ISupportsRouting
{
public string Id { get; set; }
public string Hash { get; set; }
}