Entität 'Receiver' zur Entität 'EnvelopeHistory' hinzugefügt.
This commit is contained in:
@@ -24,5 +24,14 @@ namespace EnvelopeGenerator.Web.Controllers.Test
|
||||
{
|
||||
return Ok(await _service.AccessCodeAlreadyRequested(envelopeId, userReference));
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public async Task<IActionResult> GetAsyncWith(int? envelopeId = null, string? userReference = null, int? status = null)
|
||||
{
|
||||
return Ok(await _service.ReadAsync(envelopeId: envelopeId, userReference: userReference, status: status));
|
||||
}
|
||||
|
||||
[NonAction]
|
||||
public override Task<IActionResult> GetAll() => base.GetAll();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user