13 lines
241 B
C#
13 lines
241 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace APT.NW.WebApi.Models
|
|
{
|
|
public class SessionKey
|
|
{
|
|
public const string VERIFY_CODE = "OPTiEMS_VERIFY_CODE";
|
|
}
|
|
}
|