Exemplo n.º 1
0
 public Shoe DeleteShoe(int id)
 {
     return(shoeRepo.DeleteShoe(id));
 }
Exemplo n.º 2
0
 public void DeleteShoe(int id)
 {
     _repository.DeleteShoe(id);
 }