Esempio n. 1
0
 public static DataTable GetCarByID(object[] param)
 {
     VehicleDAL obj = new VehicleDAL();
     return obj.GetCarByID(param);
 }