refactor(EnvelopeStatus): umbenennen in EnvelopeReceiver
This commit is contained in:
@@ -48,7 +48,7 @@ namespace EnvelopeGenerator.Web.Services
|
||||
throw new ArgumentNullException("ReceiverSignature");
|
||||
}
|
||||
|
||||
public async Task<EnvelopeResponse> LoadEnvelope(string pEnvelopeKey)
|
||||
public async Task<EnvelopeReceiver> LoadEnvelope(string pEnvelopeKey)
|
||||
{
|
||||
_logger.LogInformation("Loading Envelope by Key [{0}]", pEnvelopeKey);
|
||||
|
||||
@@ -152,7 +152,7 @@ namespace EnvelopeGenerator.Web.Services
|
||||
|
||||
public async Task<EnvelopeDocument> GetDocument(int documentId, string envelopeKey)
|
||||
{
|
||||
EnvelopeResponse response = await LoadEnvelope(envelopeKey);
|
||||
EnvelopeReceiver response = await LoadEnvelope(envelopeKey);
|
||||
|
||||
_logger.LogInformation("Loading document for Id [{0}]", documentId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user