示例#1
0
 public Carro Excluir(Carro obj)
 {
     return(carroRepository.Excluir(obj));
 }