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