DeleteByIdStrategy<T>
Represents base strategy of entity deletion.
protected DeleteByIdStrategy()
Deletes the entity by ID.
After the deletion removes entity from the current session with specified ID.
Does delete the entity by ID.