Exemplo n.º 1
0
 private bool CarExist(Guid id)
 {
     return(_carsRepository.CarExists(id));
 }