Пример #1
0
 public static bool DeleteCustomerVehicle(string vehicleNo)
 {
     return(CustomerDb.DeleteCustomerVehicle(vehicleNo));
 }