Beispiel #1
0
 public bool DeleteStationById(int id)
 {
     return(routeService.DeleteStationById(id));
 }