Esempio n. 1
0
 public DbTrainLine GetLineById(int id)
 {
     return(_lineRepository.GetLineById(id));
 }