Esempio n. 1
0
 public ActionResult TotalTimeOfRentForScooter()
 {
     return(Ok(_scooterService.TotalTimeOfRentForScooter()));
 }