Exemple #1
0
 internal void DeleteExercice(Exercice exercice)
 {
     _service.DeleteExercice(exercice.Id);
 }