示例#1
0
 public Trainer Get(int id)
 {
     return(_trainerRepository.GetSingleById(id));
 }