Init Git
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace AMREZ.EOP.Abstractions.Applications.UseCases.Tenancy;
|
||||
|
||||
public interface ITenantProvisioner
|
||||
{
|
||||
Task ProvisionAsync(string tenantKey, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user