mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-17 18:14:22 +00:00
10 lines
177 B
C#
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";
|
|
}
|
|
}
|