Пример #1
0
 @Override
 public Route getRouteById(String routeId) {
   return routeDao.getRouteById(routeId);
 }