Exemplo n.º 1
0
 public void DeleteById(int?id)                                  // get by id
 {
     _bikeRepository.DeleteById(id);
 }