예제 #1
0
 public List <Training> GetbyUser(int id)
 {
     return(_repository.GetTrainingsByUserId(id));
 }