예제 #1
0
 public List <Vehicle> GetStationVehicles(int stationId)
 {
     return(_vehicleDal.GetStationVehicles(stationId));
 }