mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-16 15:16:34 +01:00
12 lines
234 B
C#
12 lines
234 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|