SylvainJanet / GestionRH

0 stars 0 forks source link

Changed Controllers for Skills and TrainingCourses #24

Closed SylvainJanet closed 3 years ago

SylvainJanet commented 3 years ago

Added ControllerModel (to implement new Controller easily.... -> GenericController ?) Changed Required condition for Posts and Employees (should an Employee/Post really be removed from DB when their only skill is removed from DB ? I) Fixed two comments errors in GenericRepository Fixed GenericRepository to allow for Save/Update(objectToUpdate, null, new List() ) Changed Views for Skills and TrainingCourses Created ViewModels, to easily implement Views for other classes ( -> GenericViewTemplates ?)