Exemple #1
0
 public void DeleteItem(int id)
 {
     _shopService.DeleteItem(id);
 }