IMeshEtlContext
Namespace: Meshmakers.Octo.MeshAdapter.Services.Pipeline
Interface for the Mesh ETL context
public interface IMeshEtlContext : IEtlContext
Implements IEtlContext
Properties
TenantRepository
Returns the associated tenant repository
public abstract ITenantRepository TenantRepository { get; }
Property Value
ITenantRepository