Ejemplo n.º 1
0
 public async Task ActivateCourse(int id, int index)
 {
     await _courseRepository.ActivateCourse(id, index);
 }