Exemplo n.º 1
0
 public async Task <Bicycle> Add(Bicycle entity)
 {
     return(await bicycleRepository.Add(entity));
 }