Beispiel #1
0
 public IQueryable <Locacao> GetByIdVeiculo(int idVeiculo)
 {
     return(_locacaoRepository.GetByIdVeiculo(idVeiculo));
 }