示例#1
0
 public List <Carro> Obter()
 {
     return(carroRepository.Obter());
 }