mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 10:34:22 +00:00
10 lines
183 B
C#
10 lines
183 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Oqtane.Shared {
|
|
public class TenantNames {
|
|
public const string Master = "Master";
|
|
}
|
|
}
|