Exemplo n.º 1
0
 public async Task <int> AddBicycle(Bicycle bicycle)
 {
     return(await _bicycleRepository.AddBicycle(bicycle));
 }