Ejemplo n.º 1
0
 public static Guid?TryGetTenantId(this TenantContext tenantContext) => tenantContext.Tenant?.TenantId;
Ejemplo n.º 2
0
 public static Guid GetTenantId(this TenantContext tenantContext) => tenantContext.Tenant?.TenantId ?? throw new TenantNotFoundException();