sharee.bike-App/SharedBusinessLogic/Model/Device/IGeolodationDependent.cs
2024-04-09 12:53:23 +02:00

8 lines
123 B
C#

namespace ShareeBike.Model.Device
{
public interface IGeolodationDependent
{
bool IsGeolcationEnabled { get; }
}
}