deploy
Deploy restore contacts feature
fc06b79
raw
history blame contribute delete
139 Bytes
namespace ContactManagementAPI.Services
{
public static class SessionKeys
{
public const string UserId = "UserId";
}
}