Method AddEntityType
AddEntityType<T>()
Adds an entity type to the list.
public void AddEntityType<T>() where T : class
Type Parameters
T
The type of the entity.
Adds an entity type to the list.
public void AddEntityType<T>() where T : class
T
The type of the entity.