IDeleteWorkspaceEntityByIdStrategy<T> public interface IDeleteWorkspaceEntityByIdStrategy<T> Represents the strategy of workspace entity deletion. Documentation void Delete(int workspaceId, int entityId) Deletes the workspace entity by the specified IDs of workspace and entity.