mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-04-25 22:16:34 +02:00
Version 3.0.294
This commit is contained in:
parent
d92fb4a40f
commit
8f40f2c208
133 changed files with 17890 additions and 14246 deletions
8
LockItShared/Model/Bikes/Bike/CopriLock/ILockInfo.cs
Normal file
8
LockItShared/Model/Bikes/Bike/CopriLock/ILockInfo.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace TINK.Model.Bikes.Bike.CopriLock
|
||||
{
|
||||
public interface ILockInfo
|
||||
{
|
||||
/// <summary> Locking state of backend lock. </summary>
|
||||
LockingState State { get; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue