refactor(CreateEnvelopeCommand): add UseSQLExecutor-property
This commit is contained in:
@@ -104,8 +104,8 @@ public class Fake
|
||||
var mediator = Mediator;
|
||||
foreach (var cmd in Provider.CreateReceiverCommands())
|
||||
{
|
||||
var (Id, _) = await mediator.Send(cmd);
|
||||
_sampleReceivers.Add((Id, cmd.EmailAddress));
|
||||
var (receiver, _) = await mediator.Send(cmd);
|
||||
_sampleReceivers.Add((receiver.Id, cmd.EmailAddress));
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user