예제 #1
0
 public Training GetTraining(int trainingId)
 {
     return(trainingRepository.GetTraining(trainingId));
 }