oqtane.framework/Oqtane.Shared/Shared/UserNames.cs

10 lines
177 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Oqtane.Shared {
public class UserNames {
public const string Host = "host";
}
}