sharee.bike-App/SharedBusinessLogic/View/Themes/ITheme.cs
2024-04-09 12:53:23 +02:00

7 lines
102 B
C#

namespace ShareeBike.View.Themes
{
public interface ITheme
{
string OperatorInfo { get; }
}
}