Пример #1
0
 public IEnumerable <Scooter> Get()
 {
     return(_scooterService.GetAllScooters());
 }