11 lines
157 B
C#
11 lines
157 B
C#
namespace HelloShop.ProductService.FunctionalTests
|
|
{
|
|
public class UnitTest1
|
|
{
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
|
|
}
|
|
}
|
|
} |