sharee.bike-App/SharedBusinessLogic.Tests/Model/Bikes/BikeInfoNS/CopriLock/TestBikeInfoMutable.cs

13 lines
234 B
C#
Raw Normal View History

2024-04-09 12:53:23 +02:00
using NUnit.Framework;
using ShareeBike.Model.Bikes.BikeInfoNS.BC;
using ShareeBike.Model.Bikes.BikeInfoNS.DriveNS;
namespace SharedBusinessLogic.Tests.Model.Bike.CopriLock
{
[TestFixture]
public class TestBikeInfoMutable
{
}
}