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