Files
mixtape/zero.Core/Routing/RouteProviderEndpoint.cs
T

10 lines
163 B
C#

namespace zero.Core.Routing
{
public class RouteProviderEndpoint
{
public string Controller { get; set; }
public string Action { get; set; }
}
}