Finbuckle.MultiTenant
Finbuckle.MultiTenant copied to clipboard
Use TKey for TenantId column
It looks like IsMultiTenant() is hard-coded to use string for TenantId column. I'm curious as to why not use TKey instead? In most cases I'd rather use Guid for storing tenant Ids.