Files
EnvelopeGenerator/EnvelopeGenerator.Tests.Application/DocSignedNotificationTest.cs
2025-09-10 14:21:14 +02:00

16 lines
213 B
C#

namespace EnvelopeGenerator.Tests.Application;
public class DocSignedNotificationTest
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}