Ejemplo n.º 1
0
 public async Task <int> AddAsync(Carro carro)
 {
     return(await _carroRepository.AddAsync(carro));
 }