2023-02-25 15:58:46 +02:00

15 lines
223 B
C#

using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace ItemShop.Test
{
[TestClass]
public class ItemTest
{
[TestMethod]
public void TestMethod1()
{
}
}
}