Interface IEntityRevisionService<T>
Represents the interface for managing entity revisions.
public interface IEntityRevisionService<T> where T : class
Type Parameters
T
The type of the entity.
Methods
- GetReadRevision(IPrimaryKey)
Retrieves the read revision history for the specified primary keys.
- GetRevision(IPrimaryKey, int, List<string>, string)
Retrieves the revision history for the specified primary keys.
- InsertReadRevision(IPrimaryKey)
Inserts a read revision for the specified primary keys.