Example #1
0
 private bool CarExist(Guid id)
 {
     return(_carsRepository.CarExists(id));
 }