scheduler

This commit is contained in:
Jonathan Jenne
2023-12-01 15:05:41 +01:00
parent 3ca992e043
commit bdff38410c
13 changed files with 178 additions and 51 deletions

View File

@@ -64,7 +64,7 @@ namespace EnvelopeGenerator.Web.Controllers
//emailService.SendSignedEmail(response.Receiver.Id, response.Envelope.Id);
var signResult = actionService?.SignEnvelope(response.Envelope, response.Receiver.Id);
var signResult = actionService?.SignEnvelope(response.Envelope, response.Receiver);
return Ok();
}