Init
This commit is contained in:
12
Prefab/Domain/Common/ITenant.cs
Normal file
12
Prefab/Domain/Common/ITenant.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Prefab.Domain.Common;
|
||||
|
||||
/// <summary>
|
||||
/// Marks an entity as belonging to a tenant.
|
||||
/// </summary>
|
||||
public interface ITenant
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the unique tenant identifier.
|
||||
/// </summary>
|
||||
Guid TenantId { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user