Files
cms_thermo_active/Step.Config/Constants.cs
T
CMS4390\marantalu 46c34f46e8 * Fixed webapi auth
* WIP signalauth
* Fist commit server config
2017-11-28 17:19:01 +01:00

17 lines
321 B
C#

namespace Step.Config
{
public static class Constants
{
public enum ACTIONS
{
READ,
WRITE
}
public static string ROLE_LEVEL_KEY = "roleLevel";
public static string USERNAME_KEY = "username";
public static string ID_KEY = "id";
}
}