Ejemplo n.º 1
0
 public ActionResult <ICollection <Scooter> > GetScooter()
 {
     return(Ok(_scooterRepository.GetScooter()));
 }