Describe the feature and how it will be used
A minor change to the EntityBase class to introduce an interface for the properties. Additional changes to be made to the SetEntityDates extension method to find entries by the interface rather than the class.
This will allow extensibility for projects that already have a form of base class for entities but want to take advantage of the EF library.
Describe the feature and how it will be used
A minor change to the
EntityBaseclass to introduce an interface for the properties. Additional changes to be made to theSetEntityDatesextension method to find entries by the interface rather than the class.This will allow extensibility for projects that already have a form of base class for entities but want to take advantage of the EF library.