blob: a4d9ae23e6318ee2c5e16496271b5a48fefbd650 (
plain) (
blame)
1
2
3
4
5
6
7
|
namespace IOL.GreatOffice.Api.Models.Static;
public static class AppHeaders
{
public const string BROWSER_TIME_ZONE = "X-TimeZone";
public const string IS_KNOWN_PROBLEM = "X-IsKnownProblem";
}
|