aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Models/Static/AppCookies.cs
blob: e307b83c2372341560f82a3fc9982118f08a855f (plain) (blame)
1
2
3
4
5
6
7
namespace IOL.GreatOffice.Api.Data.Static;

public static class AppCookies
{
    public const string Locale = "go_locale";
    public const string Session = "go_session";
}