Releases: sohlae/repository-pattern
Releases · sohlae/repository-pattern
Release 2.1
Changes
- Refactored the current unit tests [#4]
- Created unit testing logic for the
GetEmployees_WhenCalled_ShouldReturnIEnumerableOfEmployeeDto()method [#5] - Created a new folder called Tests which is to store the unit and integration tests [#6]
- Created integration tests for the
EmployeeRepositoryclass [#9] - Removed the
RP.Domainlayer and added the models inside theRP.Datalayer instead [#11] - Changed the application version to 2.1 [#13]
- Created an
RP.CompositionRootlayer which contains the dependency injection registrations [#20]