namespace DevHive.Common.Constants { public static class ClassesConstants { public const string Data = "Data"; public const string Post = "The Post"; public const string Comment = "The Comment"; public const string User = "The User"; public const string Language = "The Language"; public const string Picture = "The Picture"; public const string Files = "The Files"; public const string Rating = "The Rating"; public const string Role = "The Role"; public const string Technology = "The Technology"; public const string Username = "The Username"; public const string Email = "The Email"; public const string Password = "Password"; public const string OneOrMoreFriends = "One or more Friends"; } }