IDeleteByIdStrategy<T> public interface IDeleteByIdStrategy<T> Represents the strategy of entity deletion. Documentation void Delete(int id) Deletes the entity by ID.