hello-shop/tests/HelloShop.ProductService.UnitTests/UnitTest1.cs

11 lines
151 B
C#
Raw Normal View History

2024-01-04 13:27:17 +00:00
namespace HelloShop.ProductService.UnitTests
{
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}
}