Exemple #1
0
 public IsTenantAvailableOutput(TenantAvailabilityState state, int?tenantId = null)
 {
     State    = state;
     TenantId = tenantId;
 }
 public IsTenantAvailableOutput(TenantAvailabilityState state, int?tenantId, string serverRootAddress)
 {
     State             = state;
     TenantId          = tenantId;
     ServerRootAddress = serverRootAddress;
 }