Method ValidatePrimaryKeysAndCreateEntity
ValidatePrimaryKeysAndCreateEntity(IPrimaryKey)
Validates the primary keys and creates an entity based on the provided primary keys.
protected T ValidatePrimaryKeysAndCreateEntity(IPrimaryKey primaryKeys)
Parameters
primaryKeys
IPrimaryKeyThe primary keys of the entity.
Returns
- T
The created entity.