Exemple #1
0
 public List <Training> GetbyMentor(int id)
 {
     return(_repository.GetTrainingsByMentorId(id));
 }