refactor(Fake): update CreateReceiverCommand to be able to add email address

This commit is contained in:
2025-09-12 14:19:57 +02:00
parent 27a2d5ecc4
commit 86780477fe
3 changed files with 9 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
namespace EnvelopeGenerator.Tests.Application;
public class DocSignedNotificationTests
{
[SetUp]
public void Setup()
{
}
[Test]
public void Test1()
{
Assert.Pass();
}
}