mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-01-03 20:26:26 +01:00
6 lines
114 B
C#
6 lines
114 B
C#
namespace ShareeBike.Model.Bikes.BikeInfoNS.BluetoothLock
|
|
{
|
|
public interface IBikeInfo : BC.IBikeInfo
|
|
{
|
|
}
|
|
}
|