Esempio n. 1
0
 public Trainer Get(int id)
 {
     return(_trainerRepository.GetSingleById(id));
 }