mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 22:16:33 +00:00
6 lines
122 B
C#
6 lines
122 B
C#
namespace Azaion.Common.Configs;
|
|
|
|
public class Constants
|
|
{
|
|
public const string HARDWARE_ID = nameof(HARDWARE_ID);
|
|
} |