コード例 #1
0
 public void RemoveVechielFromDB(Car vehicle)
 {
     if (vehicle != null)
     {
         carDao.RemoveCar(vehicle);
     }
 }