File size: 139 Bytes
fc06b79
 
 
 
 
 
 
1
2
3
4
5
6
7
8
namespace ContactManagementAPI.Services
{
    public static class SessionKeys
    {
        public const string UserId = "UserId";
    }
}