Files
mixtape/zero.Debug/TestData/Pages/RedirectPage.cs
T
2020-05-12 13:42:01 +02:00

13 lines
233 B
C#

using System;
using zero.Core.Entities;
namespace zero.TestData
{
public class RedirectPage : Page
{
public OptionsPagePartial Options { get; set; } = new OptionsPagePartial();
public string Link { get; set; }
}
}