Ejemplo n.º 1
0
 public record Args(
     Uri OrderId,
     string Domain,
     string App,
     string Slot,
     string PreferredChain,
     string PrivateKey,
     Uri Server,
     string KeyPath,
     AzureOptions AzureOptions);
Ejemplo n.º 2
0
 public record Args(
     Uri OrderId,
     string Domain,
     Uri Server,
     string KeyPath,
     AzureOptions AzureOptions);