namespace ShareeBike.Model.Connector { public static class FilterHelper { /// Holds the Citybike group (city bikes). public const string CITYBIKE = "300103"; /// Holds the Cargo group (Lastenräder). public const string CARGOBIKE = "300101"; } }