示例#1
0
 public static string UpdateCar(object[] param)
 {
     VehicleDAL obj = new VehicleDAL();
     return obj.UpdateCar(param, "exit");
 }