blob: 57204dd3e58f246ef9f51d74ba8251330f8bcc67 (
plain) (
blame)
1
2
3
4
5
6
7
|
namespace IOL.GreatOffice.Api.Data.Static;
public static class AppCookies
{
public static readonly string Locale = "go_locale";
public static readonly string Session = "go_session";
}
|