Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abrahamcbe
/
contact-management-system
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
contact-management-system
/
ContactManagementAPI
/
Services
/
SessionKeys.cs
deploy
Deploy restore contacts feature
fc06b79
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
139 Bytes
namespace
ContactManagementAPI.Services
{
public
static
class
SessionKeys
{
public
const
string
UserId =
"UserId"
;
}
}