Exemple #1
0
 /// <inheritdoc/>
 public ExecutionContext CurrentFor(
     TenantId tenant,
     string filePath,
     int lineNumber,
     string member)
 {
     return(CurrentFor(tenant, CorrelationId.New(), Claims.Empty, filePath, lineNumber, member));
 }
Exemple #2
0
 /// <inheritdoc/>
 public ExecutionContext CurrentFor(Microservice microservice, TenantId tenant, string filePath, int lineNumber, string member) =>
 CurrentFor(microservice, tenant, CorrelationId.New(), Claims.Empty, filePath, lineNumber, member);