hello-shop/tests/HelloShop.ProductService.UnitTests/UnitTest1.cs
2024-01-04 21:27:17 +08:00

11 lines
151 B
C#

namespace HelloShop.ProductService.UnitTests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}
}