Exemplo n.º 1
0
 public ActionResult DeleteScooter(int scooterId)
 {
     _scooterRepository.DeleteScooter(scooterId);
     return(NoContent());
 }