12 lines
147 B
C#
12 lines
147 B
C#
namespace Imagoverum.FleetManagement.Tests
|
|
{
|
|
[TestClass]
|
|
public sealed class Test1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|
|
}
|