Interface IEditEntityService<T, TEdit>
Represents a service for editing entities.
public interface IEditEntityService<T, TEdit> : IEntityService<T> where T : class where TEdit : class
Type Parameters
T
The type of the entity.
TEdit
The type of the entity edit.
- Extension Methods
Methods
- GetEdit(IPrimaryKey, CancellationToken)
Gets the edit entity based on the specified primary keys.
- Update(List<TEdit>, CancellationToken)
Updates the list of entities.