Пример #1
0
 public void DeleteImage(long id, string imagePath)
 {
     productBll.DeleteImage(id, imagePath);
 }