Exemplo n.º 1
0
 public Run GetRunByID(int id)
 {
     return(_runRepo.GetRunByID(id));
 }