Schaltfläche „Ablehnen“ in ShowEnvelope.cshtml hinzugefügt.

This commit is contained in:
Developer 02
2024-05-29 11:57:47 +02:00
parent 21e8a86a99
commit 21934928c2
5 changed files with 19 additions and 4 deletions

View File

@@ -25,5 +25,6 @@ namespace EnvelopeGenerator.Web
public static readonly string EnvelopeInfo1 = nameof(EnvelopeInfo1);
public static readonly string EnvelopeInfo2 = nameof(EnvelopeInfo2);
public static readonly string SigAgree = nameof(SigAgree);
public static readonly string Reject = nameof(Reject);
}
}