chore(backend): clean up redundant Finbuckle package and add ITenantProvider interface
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace WorkClub.Application.Interfaces;
|
||||
|
||||
public interface ITenantProvider
|
||||
{
|
||||
string GetTenantId();
|
||||
string GetUserRole();
|
||||
}
|
||||
Reference in New Issue
Block a user