ICreateWorkspaceEntityStrategy<T> interface ICreateWorkspaceEntityStrategy<T> Represents the strategy of entity creation of workspace level. Documentation T Create(int workspaceId, T entity) Creates the specified entity.