sharee.bike-App/TINKLib/Model/Connector/FilterHelper.cs
2021-05-13 20:03:07 +02:00

12 lines
335 B
C#

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