Init Git
This commit is contained in:
9
AMREZ.EOP.Abstractions/Storage/IDbScope.cs
Normal file
9
AMREZ.EOP.Abstractions/Storage/IDbScope.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using AMREZ.EOP.Abstractions.Applications.Tenancy;
|
||||
|
||||
namespace AMREZ.EOP.Abstractions.Storage;
|
||||
|
||||
public interface IDbScope
|
||||
{
|
||||
void EnsureForTenant(ITenantContext tenant);
|
||||
TContext Get<TContext>() where TContext : class;
|
||||
}
|
||||
Reference in New Issue
Block a user