namespace TINK.Model.Connector { public static class FilterHelper { /// Holds the Konrad group (city bikes). public const string FILTERKONRAD = "Konrad"; /// Holds the tink group (Lastenräder). public const string FILTERTINKGENERAL = "TINK"; } }