示例#1
0
 public Vehicle GET(string license)
 {
     return(Dealer.FindVehicleByLicensePlate(license));
 }