12 lines
No EOL
255 B
C#
12 lines
No EOL
255 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace WebsitePanel.WebDavPortal.UI.Routes
|
|
{
|
|
public class FileSystemRouteNames
|
|
{
|
|
public const string FilePath = "FilePathRoute";
|
|
}
|
|
} |