Example #1
0
 public Shoe DeleteShoe(int id)
 {
     return(shoeRepo.DeleteShoe(id));
 }
Example #2
0
 public void DeleteShoe(int id)
 {
     _repository.DeleteShoe(id);
 }