SylvainJanet / GestionRH

0 stars 0 forks source link

Added Generic Repository #12

Closed SylvainJanet closed 3 years ago

SylvainJanet commented 3 years ago

Added EmptyDB on /TestData Corrected Error Handling in TrainingCourseController when no Skill is selected on creation/edit AddedCustomExceptionFolder Added IdNullException for GenericRepository Added AbstractClass for Error Messages Constants Added BaseEntity for Repository/Service Genericity Corrected Many-to-Many relationships involving Skill and TrainingCourse Added GenericRepository and IGenericRepository Changed SkillRepository and ISkillRepository Changed TrainingCourseRepository and ITrainingCourseRepository Added GenericService and IGenericService Changed SkillService and ISkillService Changed TrainingCourseService and ITrainingCourseService Handling Error when no Skill is Checked during TrainingCourse Creation and Edit Fixed Error in TrainingCourseIndex (bad redirection) Added Migration Changed DB name