Exemplo n.º 1
0
 public IActionResult getSearch(string exercise)
 {
     return(Ok(_repository.GetAllExerciseSearch(exercise)));
 }