sharee.bike-App/SharedBusinessLogic/Model/Bikes/BikeInfoNS/CopriLock/IBikeInfoMutable.cs
2024-04-09 12:53:23 +02:00

10 lines
227 B
C#

namespace ShareeBike.Model.Bikes.BikeInfoNS.CopriLock
{
public interface IBikeInfoMutable : BikeInfoNS.BC.IBikeInfoMutable
{
ILockInfoMutable LockInfo { get; }
IBookingFinishedModel BookingFinishedModel { get; }
}
}