sharee.bike-App/TINKLib/Model/Bikes/BikeInfoNS/BluetoothLock/IBikeInfoMutable.cs

8 lines
156 B
C#
Raw Normal View History

2023-04-05 15:02:10 +02:00
namespace TINK.Model.Bikes.BikeInfoNS.BluetoothLock
2022-08-30 15:42:25 +02:00
{
2023-04-05 15:02:10 +02:00
public interface IBikeInfoMutable : BC.IBikeInfoMutable
2022-09-06 16:08:19 +02:00
{
ILockInfoMutable LockInfo { get; }
}
2022-08-30 15:42:25 +02:00
}