Пример #1
0
 public ActionResult <Scooter> GetScooterById(int scooterId)
 {
     return(Ok(_scooterRepository.GetScooterById(scooterId)));
 }