fix(backend): use explicit Finbuckle.MultiTenant namespace imports

This commit is contained in:
WorkClub Automation
2026-03-03 14:32:55 +01:00
parent eff6fded72
commit c9cb629ddb

View File

@@ -1,4 +1,6 @@
using Finbuckle.MultiTenant;
using Finbuckle.MultiTenant.Abstractions;
using Finbuckle.MultiTenant.Extensions;
using Finbuckle.MultiTenant.AspNetCore.Extensions;
using Microsoft.AspNetCore.Authentication;
using Microsoft.AspNetCore.Authentication.JwtBearer;
using Microsoft.EntityFrameworkCore;