v1.0.0-alpha.3
Pre-release
Pre-release
MrDave1999
released this
17 Dec 17:56
·
626 commits
to dev
since this release
- Added
SoftDelete
method to the generic repository to make it easier to use in other layers. (#101) - Added the models in the Models layer to have it in one place. (#102)
- Use the term
Entity
instead ofModel
. (#103) - Added namespace for storing base classes in
Entities
layer. (#104) - Throw exception when the
Entity
is not a subtype ofSoftDeleteEntity
. (#105) - Added the generic repository in the DataAccess layer. (#106)
- Added child layer to the parent layer. (#107)
- Fixed warning: The using directive for 'DentallApp.DataAccess' appeared previously in this namespace. (#108)
- Removed some global using to take advantage of implicit usings. (a15582e)
- Change namespace to Personal Information to improve readability. (#109)
- Removed
ISoftDeleteDto
interface. (#111)