2022-05-23 01:31:11 +04:30

12 lines
117 B
C#

using Xunit;
namespace Integration.Test;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}