10 lines
163 B
C#
10 lines
163 B
C#
namespace zero.Core.Routing
|
|
{
|
|
public class RouteProviderEndpoint
|
|
{
|
|
public string Controller { get; set; }
|
|
|
|
public string Action { get; set; }
|
|
}
|
|
}
|