13 lines
No EOL
303 B
C#
13 lines
No EOL
303 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace WebsitePanel.WebDavPortal.UI.Routes
|
|
{
|
|
public class AccountRouteNames
|
|
{
|
|
public const string Logout = "AccountLogout";
|
|
public const string Login = "AccountLogin";
|
|
}
|
|
} |