MyBookmark/Modules.User.Application/Constants.cs
THE_KONDRAT 7b16d72329 ui and login
mongo => postgres
2024-11-03 16:08:39 +03:00

8 lines
232 B
C#

namespace Modules.User.Application;
internal class Constants
{
internal const string AccountIdKey = "AccountId";
internal const string SessionIdKey = "SessionId";
//internal const string AccountIdKey = "AccountId";
}