public IActionResult CompletedTrainings(string mentorEmail) { var result = repository.CompletedTrainings(mentorEmail); return(Ok(result)); }