IGenericEntityCreator public interface IGenericEntityCreator Represents the factory that can create generic entities. Documentation TEntity Create<TEntity>(TEntity entity) Creates the specified entity.