Exemplo n.º 1
0
 public async Task <int> DeleteBicycle(long id)
 {
     return(await _bicycleRepository.DeleteBicycle(id));
 }