コード例 #1
0
 public ActionResult ShowBrokenScooters()
 {
     return(Ok(_scooterService.ShowBrokenScooters()));
 }